Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Nov 19, 2023
1 parent f70d130 commit 5a211d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void test_NoDeleteClassTest_methods() {
Assert.assertEquals("int", idlMethod.parameters.get(1).type);
Assert.assertEquals("NormalClassTest", idlMethod.parameters.get(2).type);
Assert.assertEquals("normalClass", idlMethod.parameters.get(2).name);
Assert.assertEquals("FloatArray", idlMethod.parameters.get(3).type);
Assert.assertEquals("IDLFloatArray", idlMethod.parameters.get(3).type);
Assert.assertTrue(idlMethod.parameters.get(3).isArray);
Assert.assertEquals("vertices", idlMethod.parameters.get(3).name);
Assert.assertTrue(idlMethod.parameters.get(2).isRef);
Expand Down

0 comments on commit 5a211d2

Please sign in to comment.