Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Sep 8, 2019
1 parent 112271b commit 0ae6063
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -501,7 +501,7 @@ private void verifyMessage(Level level, Marker marker, Object[] arguments, Throw
assertNotNull(event);

if (marker == null) {
assertNull(event.getMarkers().get(0));
assertNull(event.getMarkers());
} else {
assertEquals(marker, event.getMarkers().get(0));
}
Expand Down

0 comments on commit 0ae6063

Please sign in to comment.