Skip to content

Commit 77e2ebf

Browse files
refactor readme
1 parent b6cdbaa commit 77e2ebf

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -397,15 +397,14 @@ JSONCompare.assertMatches(expected, actual); // assertion fails
397397
==>
398398
org.opentest4j.AssertionFailedError: FOUND 1 DIFFERENCE(S):
399399

400+
400401
_________________________DIFF__________________________
401-
Json path '$.store..isbn' -> Expected json path result:
402+
$.#($.store..isbn)[1] was not found:
403+
"0-553-21311-1"
404+
Expected json path result:
402405
["0-395-19395-8","0-553-21311-1","!.*"]
403406
But got:
404407
["0-553-21311-3","0-395-19395-8"]
405-
________diffs________
406-
407-
Expected element from position 2 was NOT FOUND:
408-
"0-553-21311-1"
409408
```
410409

411410
# <a name="extended"></a> Extended

0 commit comments

Comments
 (0)