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 693e354 commit f0e32c3Copy full SHA for f0e32c3
json-diff-test/src/main/java/me/codeleep/jsondiff/test/MultAllObjectTest.java
@@ -29,6 +29,7 @@ public void noOptionRightTest(MetaData metaData) {
29
if (metaData.getRet() != null) {
30
Assert.assertEquals(JSON.toJSONString(jsonCompareResult), JSON.toJSONString(metaData.getRet()));
31
}
32
+
33
else {
34
Assert.assertEquals(JSON.toJSONString(jsonCompareResult), "{\"match\":true}");
35
0 commit comments