From ebab744106c67466e3c2dea9b96830eb52096511 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Sun, 25 Aug 2019 13:21:33 -0600 Subject: [PATCH] end to end tests --- tests/testmultistreamselect.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testmultistreamselect.nim b/tests/testmultistreamselect.nim index 9419547..c9852e1 100644 --- a/tests/testmultistreamselect.nim +++ b/tests/testmultistreamselect.nim @@ -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.} =