From 81574eaaae630137f38c07171d13ad574e58998a Mon Sep 17 00:00:00 2001 From: Pascal Schumacher Date: Sun, 15 Nov 2020 17:32:53 +0100 Subject: [PATCH] README: xmlunit-assertj3 (not xmlunit-assertj) will try to throw an AssertionFailedError --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ab5c18f..f74d5185 100644 --- a/README.md +++ b/README.md @@ -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