Skip to content

Commit

Permalink
Merge pull request #208 from PascalSchumacher/patch-2
Browse files Browse the repository at this point in the history
README: xmlunit-assertj3 (not xmlunit-assertj) will try to throw an A…
  • Loading branch information
bodewig committed Nov 15, 2020
2 parents 9b1ad2c + 81574ea commit d0029bd
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 d0029bd

Please sign in to comment.