Skip to content

Commit

Permalink
Remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Aug 25, 2023
1 parent e450739 commit 5a16c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/shared/src/test/scala/epollcat/TcpSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ class TcpSuite extends EpollcatSuite {
.flatMap(address => IOServerSocketChannel.open.evalTap(_.bind(address)).use_)
}

test("shutdown ignores ENOTCONN".only) {
test("shutdown ignores ENOTCONN") {
IOServerSocketChannel
.open
.evalTap(_.bind(new InetSocketAddress("localhost", 0)))
Expand Down

0 comments on commit 5a16c12

Please sign in to comment.