Skip to content

Commit

Permalink
1480: adapt test to actual output
Browse files Browse the repository at this point in the history
  • Loading branch information
simschla committed Feb 26, 2023
1 parent 00990dc commit 37694c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ void itLogsSecondsOnlyWhenTakingSeconds() {
timedLogger.withInfo("This should be logged").run(() -> testTicker.tickMillis(2_000));

testLogger.assertEvents(2);
testLogger.assertHasEventWithMessageAndArguments(MESSAGE_SUFFIX_TOOK, "2s");
testLogger.assertHasEventWithMessageAndArguments(MESSAGE_SUFFIX_TOOK, "2.0s");
}

@Test
Expand Down

0 comments on commit 37694c1

Please sign in to comment.