Skip to content

Commit e76dd50

Browse files
refactor readme
1 parent ccf442b commit e76dd50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,9 @@ JSONCompare.assertMatches(expected, actual); // assertion fails
360360
==>
361361
org.opentest4j.AssertionFailedError: FOUND 1 DIFFERENCE(S):
362362

363+
363364
_________________________DIFF__________________________
364-
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
365366
```
366367
# <a name="json-path"></a>Embedded json path expression
367368
Powered by [JsonPath](https://github.com/json-path/JsonPath)

0 commit comments

Comments
 (0)