Skip to content

Commit f029356

Browse files
prateekatknoldusanalytically
authored andcommitted
minor change
1 parent 269737e commit f029356

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,9 @@ class LoggerWithMarkerSpec extends AnyWordSpec with Matchers with Varargs with M
375375
val arg2: Integer = Integer.valueOf(1)
376376
val arg3 = "arg3"
377377
val underlying: Underlying = mock[org.slf4j.Logger]
378+
378379
when(p(underlying)(marker)).thenReturn(isEnabled)
380+
379381
val logger: Logger = Logger(underlying)
380382
}
381383
}

0 commit comments

Comments
 (0)