We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b2ca6 commit 10910e5Copy full SHA for 10910e5
hamcrest-core/src/test/java/org/hamcrest/FeatureMatcherTest.java
@@ -30,7 +30,7 @@ public final class FeatureMatcherTest {
30
resultMatcher.matches(new ShouldNotMatch());
31
StringDescription mismatchDescription = new StringDescription();
32
resultMatcher.describeMismatch(new ShouldNotMatch(), mismatchDescription);
33
- assertEquals("was <ShouldNotMatch>", mismatchDescription.toString());
+ assertEquals("was ShouldNotMatch <ShouldNotMatch>", mismatchDescription.toString());
34
}
35
36
public static class Match extends IsEqual<String> {
0 commit comments