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 eb083b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py4j-java/src/test/java/py4j/commands/DirCommandTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ 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",
"method6", "method7", "method8", "method9", "method10", "method11", "method12", "getList", "getField1", "setField1",
"getStringArray", "getIntArray", "callHello", "callHello2", "static_method", "getInteger",
"getBrokenStream", "getStream", "sleepFirstTimeOnly" }));
// Defined in Object
Expand Down

0 comments on commit eb083b4

Please sign in to comment.