Skip to content

Commit a3cc747

Browse files
prateekatknoldusanalytically
authored andcommitted
minor change
1 parent 02a0ba3 commit a3cc747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/scala/com/typesafe/scalalogging/LoggerTakingImplicitSpec.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,8 @@ class LoggerTakingImplicitSpec extends AnyWordSpec with Matchers with Varargs wi
380380
"call getContext on the underlying logger's CanLog" in {
381381
val f = fixture(_.isErrorEnabled, isEnabled = true)
382382
import f._
383-
logger.canLogEv.getContext
384-
verify(canLogCorrelationId).getContext
383+
logger.canLogEv.getContext()
384+
verify(canLogCorrelationId).getContext()
385385
}
386386
}
387387

0 commit comments

Comments
 (0)