Skip to content

Commit

Permalink
fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bierchitekt committed Apr 7, 2021
1 parent 4b735b5 commit b92a3f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ void logOverwriteLogsNothingWhenEmpty() throws Throwable {

@Test
@DisplayName("decorate decorates and does not log WARN when encountering thread without existing MDC context with JUST_OVERWRITE")
void logOverweiteDoesNotLog() throws Throwable {
void logOverwriteDoesNotLog() throws Throwable {
SpringMdcTaskDecorator mdcTaskDecorator = new SpringMdcTaskDecorator(OverwriteStrategy.JUST_OVERWRITE);

MDC.put("testKey", "testValue");
Expand Down

0 comments on commit b92a3f1

Please sign in to comment.