Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Nov 30, 2019
1 parent 367111c commit 5c81ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/edu/hm/hafner/util/FilteredLogTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ void shouldLogExceptions() {

assertThat(filteredLog.getErrorMessages()).contains(TITLE,
"Message", "java.lang.IllegalArgumentException: Cause",
"\tat edu.hm.hafner.util.FilteredLogTest.shouldLogExceptions(FilteredLogTest.java:72)");
"\tat edu.hm.hafner.util.FilteredLogTest.shouldLogExceptions(FilteredLogTest.java:71)");
}
}

0 comments on commit 5c81ebd

Please sign in to comment.