From b8b38c53c98c67850f976105c4badd988aa0a3cd Mon Sep 17 00:00:00 2001 From: coffeepots Date: Thu, 13 Sep 2018 18:06:54 +0100 Subject: [PATCH] Update http test to use closeWait --- tests/testhttp.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testhttp.nim b/tests/testhttp.nim index 3ea9dd8..ab912cb 100644 --- a/tests/testhttp.nim +++ b/tests/testhttp.nim @@ -177,4 +177,4 @@ suite "HTTP Server/HTTP Client RPC test suite": check waitFor(disconTest("localhost", Port(8545), 7, 200)) == true httpsrv.stop() -httpsrv.close() +waitFor httpsrv.closeWait()