Skip to content

Commit

Permalink
README: xmlunit-assertj3 (not xmlunit-assertj) will try to throw an A…
Browse files Browse the repository at this point in the history
…ssertionFailedError
  • Loading branch information
PascalSchumacher committed Nov 15, 2020
1 parent 9b1ad2c commit 81574ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -252,7 +252,7 @@ context.
Another difference between the two AssertJ modules is the exception
thrown if a comparison fails. `xmlunit-assertj` will try to throw a
JUnit 4.x `ComparisonFailure` if the class is available and thus is
best suited for tests using JUnit 4.x. `xmlunit-assertj` will try to
best suited for tests using JUnit 4.x. `xmlunit-assertj3` will try to
throw an [Open Test
Alliance](https://github.com/ota4j-team/opentest4j)
`AssertionFailedError` if the class is available and thus is better
Expand Down

0 comments on commit 81574ea

Please sign in to comment.