finish basic tests

This commit is contained in:
Dmitriy Ryajov 2019-09-03 20:28:15 -06:00
parent 1b02c5e4e4
commit c2ce55a94a
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ suite "Mplex":
let dialFut = mplexDial.handle()
let stream = await mplexDial.newStream()
await stream.writeLp("Hello from stream!")
await conn.close()
await dialFut
result = true