Skip to content

Commit caa98b4

Browse files
authored
Remove old TLS versions in more places
1 parent 086c65d commit caa98b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ class TLSSocketSuite extends TLSSuite {
231231
.intercept[SSLException]
232232
}
233233

234-
List(TLSv1, `TLSv1.1`, `TLSv1.2`, `TLSv1.3`).foreach { protocol =>
234+
List(`TLSv1.2`, `TLSv1.3`).foreach { protocol =>
235235
test(s"$protocol - applicationProtocol and session") {
236236
val msg = Chunk.array(("Hello, world! " * 20000).getBytes)
237237

0 commit comments

Comments
 (0)