diff --git a/io/shared/src/test/scala/fs2/io/net/tcp/SocketSuite.scala b/io/shared/src/test/scala/fs2/io/net/tcp/SocketSuite.scala index 82b6be86e7..a8693980e2 100644 --- a/io/shared/src/test/scala/fs2/io/net/tcp/SocketSuite.scala +++ b/io/shared/src/test/scala/fs2/io/net/tcp/SocketSuite.scala @@ -161,7 +161,7 @@ class SocketSuite extends Fs2IoSuite with SocketSuitePlatform { .drain } - test("errors - should be captured in the effect".only) { + test("errors - should be captured in the effect") { (for { port <- Network[IO].serverResource(Some(ip"127.0.0.1")).use(s => IO.pure(s._1.port)) _ <- Network[IO]