Skip to content

Commit

Permalink
Fix DirCommandTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafal Mucha committed Mar 14, 2024
1 parent 69719ac commit 0e2baca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py4j-java/src/test/java/py4j/commands/DirCommandTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ public class DirCommandTest {
{
// Defined in ExampleClass
ExampleClassMethods.addAll(Arrays.asList(new String[] { "method1", "method2", "method3", "method4", "method5",
"method6", "method7", "method8", "method9", "method10", "method11", "getList", "getField1", "setField1",
"getStringArray", "getIntArray", "callHello", "callHello2", "static_method", "getInteger",
"method6", "method7", "method8", "method9", "method10", "method11", "method12", "getList", "getField1",
"setField1", "getStringArray", "getIntArray", "callHello", "callHello2", "static_method", "getInteger",
"getBrokenStream", "getStream", "sleepFirstTimeOnly" }));
// Defined in Object
ExampleClassMethods.addAll(Arrays
Expand Down

0 comments on commit 0e2baca

Please sign in to comment.