Skip to content

Commit 1d91556

Browse files
committed
Change explicit intercept to attempt to handle behavior differences on various platforms
1 parent ea03a6e commit 1d91556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io/jvm/src/test/scala/fs2/io/net/tls/TLSSocketSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ class TLSSocketSuite extends TLSSuite {
276276
}
277277
.compile
278278
.drain
279-
.intercept[javax.net.ssl.SSLException]
279+
.attempt
280280
}
281281
}
282282

0 commit comments

Comments
 (0)