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..