diff --git a/tests/shared/src/test/scala/cats/effect/IOMtlLocalSpec.scala b/tests/shared/src/test/scala/cats/effect/IOMtlLocalSpec.scala index ea774ab787..26394a9d69 100644 --- a/tests/shared/src/test/scala/cats/effect/IOMtlLocalSpec.scala +++ b/tests/shared/src/test/scala/cats/effect/IOMtlLocalSpec.scala @@ -26,7 +26,7 @@ import java.util.concurrent.CancellationException class IOMtlLocalSpec extends BaseSpec with Discipline { sequential - implicit val ticker = Ticker() + implicit val ticker: Ticker = Ticker() implicit val local: Local[IO, Int] = // Don't try this at home