From 989c999dc766148b55d0a7ac30d501449975bd40 Mon Sep 17 00:00:00 2001 From: cheatfate Date: Sat, 14 Jul 2018 11:01:05 +0300 Subject: [PATCH] Fix suite name in testhttp. --- tests/testhttp.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testhttp.nim b/tests/testhttp.nim index d47a723..9339501 100644 --- a/tests/testhttp.nim +++ b/tests/testhttp.nim @@ -152,7 +152,7 @@ httpsrv.rpc("myProc") do(input: string, data: array[0..3, int]): httpsrv.start() -suite "Server/Client RPC": +suite "HTTP Server/HTTP Client RPC test suite": test "Continuous RPC calls (" & $TestsCount & " messages)": check waitFor(continuousTest("localhost", Port(8545))) == TestsCount test "Wrong [Content-Type] test":