From 002328f7e5ad8c598fd8ec6bd5a44bc9ddd0cfdb Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Tue, 27 Aug 2019 20:32:47 -0600 Subject: [PATCH] don't use conflicting ips --- tests/testmultistreamselect.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/testmultistreamselect.nim b/tests/testmultistreamselect.nim index d189344cd..dba7e0eb6 100644 --- a/tests/testmultistreamselect.nim +++ b/tests/testmultistreamselect.nim @@ -231,7 +231,7 @@ suite "Multistream select": test "e2e - handle": proc endToEnd(): Future[bool] {.async.} = - let ma: MultiAddress = Multiaddress.init("/ip4/127.0.0.1/tcp/53340") + let ma: MultiAddress = Multiaddress.init("/ip4/127.0.0.1/tcp/53350") proc testHandler(conn: Connection, proto: string): Future[void] {.async.} = check proto == "/test/proto/1.0.0" @@ -263,7 +263,7 @@ suite "Multistream select": test "e2e - ls": proc endToEnd(): Future[bool] {.async.} = - let ma: MultiAddress = Multiaddress.init("/ip4/127.0.0.1/tcp/53341") + let ma: MultiAddress = Multiaddress.init("/ip4/127.0.0.1/tcp/53351") let msListen = newMultistream() proc testHandler(conn: Connection,