Skip to content

Commit

Permalink
Remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Aug 2, 2023
1 parent 97d9cdd commit 96969c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/shared/src/test/scala/fs2/io/net/tcp/SocketSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 96969c7

Please sign in to comment.