Skip to content

Commit ccf442b

Browse files
refactor readme
1 parent e9d325e commit ccf442b

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
@@ -331,8 +331,9 @@ JSONCompare.assertNotMatches(expected, actual); // assertion fails
331331
==>
332332
org.opentest4j.AssertionFailedError: FOUND 1 DIFFERENCE(S):
333333

334+
334335
_________________________DIFF__________________________
335-
Expected condition "!.*" from position 4 was not met. Actual JSON ARRAY has extra elements.
336+
$[3] -> Expected condition "!.*" was not met. Actual JSON ARRAY has extra elements
336337
```
337338

338339
### MATCH ANY `.*`

0 commit comments

Comments
 (0)