mirror of
https://github.com/processing/processing4.git
synced 2026-02-01 04:41:11 +01:00
Updated one-dimensional array test case
This commit is contained in:
@@ -48,7 +48,7 @@ public class VariableNodeTests {
|
||||
public void describeSimpleArray() {
|
||||
Value value = buildMockValue("instance of int[5] (id=998)");
|
||||
VariableNode node = new VariableNode("test", "int[]", value);
|
||||
Assert.assertEquals(node.getStringValue(), "instance of int[5]");
|
||||
Assert.assertEquals(node.getStringValue(), "instance of int[5] (id=998)");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user