end to end tests

This commit is contained in:
Dmitriy Ryajov 2019-08-25 13:21:33 -06:00
parent 593e08e426
commit ebab744106
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ suite "Multistream select":
check:
waitFor(testNa()) == true
test "end to end":
test "end to end - handle":
proc endToEnd(): Future[bool] {.async.} =
let ma: MultiAddress = Multiaddress.init("/ip4/127.0.0.1/tcp/53340")
proc testHandler(conn: Connection, proto: string): Future[void] {.async.} =