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 ccf442b commit e76dd50Copy full SHA for e76dd50
README.md
@@ -360,8 +360,9 @@ JSONCompare.assertMatches(expected, actual); // assertion fails
360
==>
361
org.opentest4j.AssertionFailedError: FOUND 1 DIFFERENCE(S):
362
363
+
364
_________________________DIFF__________________________
-Expected condition ".*" from position 4 was not met. Actual JSON ARRAY has no extra elements.
365
+$[3] -> Expected condition ".*" was not met. Actual JSON ARRAY has no extra elements
366
```
367
# <a name="json-path"></a>Embedded json path expression
368
Powered by [JsonPath](https://github.com/json-path/JsonPath)
0 commit comments