We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269737e commit f029356Copy full SHA for f029356
src/test/scala/com/typesafe/scalalogging/LoggerWithMarkerSpec.scala
@@ -375,7 +375,9 @@ class LoggerWithMarkerSpec extends AnyWordSpec with Matchers with Varargs with M
375
val arg2: Integer = Integer.valueOf(1)
376
val arg3 = "arg3"
377
val underlying: Underlying = mock[org.slf4j.Logger]
378
+
379
when(p(underlying)(marker)).thenReturn(isEnabled)
380
381
val logger: Logger = Logger(underlying)
382
}
383
0 commit comments