Skip to content

Commit eb083b4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ 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",
72+
"method6", "method7", "method8", "method9", "method10", "method11", "method12", "getList", "getField1", "setField1",
7373
"getStringArray", "getIntArray", "callHello", "callHello2", "static_method", "getInteger",
7474
"getBrokenStream", "getStream", "sleepFirstTimeOnly" }));
7575
// Defined in Object

0 commit comments

Comments
 (0)