Skip to content

Commit

Permalink
This example is wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Bohe authored Oct 12, 2017
1 parent cf7adf1 commit 37d9a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Ignoring paths
assertJsonEquals(
"{\"root\":{\"test\":1, \"ignored\": 2}}",
"{\"root\":{\"test\":1, \"ignored\": 1}}",
JsonAssert.whenIgnoringPaths("root.ignored")
whenIgnoringPaths("root.ignored")
);
```

Expand Down

0 comments on commit 37d9a73

Please sign in to comment.