Skip to content

Commit 0e2baca

Browse files
author
Rafal Mucha
committed
Fix DirCommandTest
1 parent 69719ac commit 0e2baca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py4j-java/src/test/java/py4j/commands/DirCommandTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ public class DirCommandTest {
6969
{
7070
// Defined in ExampleClass
7171
ExampleClassMethods.addAll(Arrays.asList(new String[] { "method1", "method2", "method3", "method4", "method5",
72-
"method6", "method7", "method8", "method9", "method10", "method11", "getList", "getField1", "setField1",
73-
"getStringArray", "getIntArray", "callHello", "callHello2", "static_method", "getInteger",
72+
"method6", "method7", "method8", "method9", "method10", "method11", "method12", "getList", "getField1",
73+
"setField1", "getStringArray", "getIntArray", "callHello", "callHello2", "static_method", "getInteger",
7474
"getBrokenStream", "getStream", "sleepFirstTimeOnly" }));
7575
// Defined in Object
7676
ExampleClassMethods.addAll(Arrays

0 commit comments

Comments
 (0)