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 02a0ba3 commit a3cc747Copy full SHA for a3cc747
src/test/scala/com/typesafe/scalalogging/LoggerTakingImplicitSpec.scala
@@ -380,8 +380,8 @@ class LoggerTakingImplicitSpec extends AnyWordSpec with Matchers with Varargs wi
380
"call getContext on the underlying logger's CanLog" in {
381
val f = fixture(_.isErrorEnabled, isEnabled = true)
382
import f._
383
- logger.canLogEv.getContext
384
- verify(canLogCorrelationId).getContext
+ logger.canLogEv.getContext()
+ verify(canLogCorrelationId).getContext()
385
}
386
387
0 commit comments