We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69719ac commit eb083b4Copy full SHA for eb083b4
py4j-java/src/test/java/py4j/commands/DirCommandTest.java
@@ -69,7 +69,7 @@ public class DirCommandTest {
69
{
70
// Defined in ExampleClass
71
ExampleClassMethods.addAll(Arrays.asList(new String[] { "method1", "method2", "method3", "method4", "method5",
72
- "method6", "method7", "method8", "method9", "method10", "method11", "getList", "getField1", "setField1",
+ "method6", "method7", "method8", "method9", "method10", "method11", "method12", "getList", "getField1", "setField1",
73
"getStringArray", "getIntArray", "callHello", "callHello2", "static_method", "getInteger",
74
"getBrokenStream", "getStream", "sleepFirstTimeOnly" }));
75
// Defined in Object
0 commit comments