Skip to content

Commit 71046ed

Browse files
committed
comment
1 parent 2f6c801 commit 71046ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/transports/testquic.nim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ suite "Quic transport":
7474

7575
proc runClient() {.async.} =
7676
let client = await createTransport(withInvalidCert = true)
77+
# expect QuicTransportDialError:
78+
# discard await client.dial("", server.addrs[0])
79+
7780
let conn = await client.dial("", server.addrs[0])
7881
# TODO: expose CRYPTO_ERROR somehow in lsquic.
7982
# This is a temporary measure just to get the test to work

0 commit comments

Comments
 (0)