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 d1b1f88 commit 4fae9bcCopy full SHA for 4fae9bc
core/shared/src/test/scala/fs2/concurrent/SignalSuite.scala
@@ -327,7 +327,7 @@ class SignalSuite extends Fs2Suite {
327
nt = new FunctionK[IO, IO] {
328
def apply[A](fa: IO[A]): IO[A] = fa
329
}
330
- transformed = s.mapK(nt)
+ transformed: SignallingRef[IO, Int] = s.mapK(nt)
331
} yield assert(
332
transformed.isInstanceOf[SignallingRef[IO, Int]],
333
s"Expected transformed to be a SignallingRef but got: ${transformed.getClass.getName}"
0 commit comments