Skip to content

Commit a0e0d66

Browse files
committed
gh-4849 Fix failing test
1 parent 20f164b commit a0e0d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stroom-util/src/test/java/stroom/util/logging/TestLogUtil.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Stream<DynamicTest> testExceptionMessage() {
206206
.addCase(new IOException((String) null), IOException.class.getSimpleName())
207207
.addCase(
208208
new IOException("Bad happened"),
209-
IOException.class.getSimpleName() + " Bad happened")
209+
IOException.class.getSimpleName() + " 'Bad happened'")
210210
.build();
211211
}
212212

0 commit comments

Comments
 (0)