Skip to content

Commit

Permalink
Improve the test name
Browse files Browse the repository at this point in the history
  • Loading branch information
morgen-peschke committed Jun 25, 2024
1 parent 31abf17 commit 2085d5d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ class Slf4jLoggerInternalSuite extends CatsEffectSuite {
)
}

testLoggerFixture().test("Slf4jLoggerInternal ignores(?) values already in the MDC") { testLogger =>
testLoggerFixture().test(
"Slf4jLoggerInternal does not include values previously in the MDC in the log's context"
) { testLogger =>
IO.delay(MDC.put("baz", "bar")) >>
Slf4jLogger.getLoggerFromSlf4j[IO](testLogger).info(Map("foo" -> "bar"))("A log went here") >>
IO(testLogger.logs())
Expand Down

0 comments on commit 2085d5d

Please sign in to comment.