We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b331e1 commit 0effa97Copy full SHA for 0effa97
1 file changed
src/test/java/uk/gov/hmcts/cp/logging/JunitLoggingTest.java
@@ -32,7 +32,7 @@ void junit_should_log_correct_fields() throws JsonProcessingException {
32
.containsEntry("logger_name", "uk.gov.hmcts.cp.logging.JunitLoggingTest")
33
.containsEntry("thread_name", "Test worker")
34
.containsEntry("level", "INFO")
35
- .containsEntry("message", "junit test message");
+ .containsEntry("message", "junit test message\n");
36
}
37
38
private ByteArrayOutputStream captureStdOut() {
0 commit comments