Skip to content

Commit 0645e7b

Browse files
committed
fix unit test
1 parent 95cf5f6 commit 0645e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/dashjoin/jsonata/SignatureTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public Object call(Object input, @SuppressWarnings("rawtypes") List args) throws
1919
return args.toString();
2020
}
2121
}, "<a?a?a?a?:s>"));
22-
Assertions.assertEquals("[[1], [null], [3], [null]]", expr.evaluate(null));
22+
Assertions.assertEquals("[[1], null, [3], null]", expr.evaluate(null));
2323
}
2424

2525
@Test

0 commit comments

Comments
 (0)