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 5bd1b22 commit dcd8c65Copy full SHA for dcd8c65
hamcrest-library/src/main/java/org/hamcrest/text/StringContainsInOrder.java
@@ -28,7 +28,7 @@ public boolean matchesSafely(String s) {
28
29
@Override
30
public void describeMismatchSafely(String item, Description mismatchDescription) {
31
- mismatchDescription.appendText("string was \"").appendText(item).appendText("\"");
+ mismatchDescription.appendText("was \"").appendText(item).appendText("\"");
32
}
33
34
public void describeTo(Description description) {
0 commit comments