From b4a327315201eaef738ebd1a50a0396cb6166eb2 Mon Sep 17 00:00:00 2001 From: andri lim Date: Sat, 12 Jan 2019 19:58:16 +0700 Subject: [PATCH] fix test --- tests/testhttp.nim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/testhttp.nim b/tests/testhttp.nim index ab912cb..ec9f99c 100644 --- a/tests/testhttp.nim +++ b/tests/testhttp.nim @@ -60,12 +60,13 @@ const proc continuousTest(address: string, port: Port): Future[int] {.async.} = var client = newRpcHttpClient() - await client.connect(address, port) result = 0 for i in 0..