Fix suite name in testhttp.

This commit is contained in:
cheatfate 2018-07-14 11:01:05 +03:00
parent 0942b0387d
commit 989c999dc7
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ httpsrv.rpc("myProc") do(input: string, data: array[0..3, int]):
httpsrv.start() httpsrv.start()
suite "Server/Client RPC": suite "HTTP Server/HTTP Client RPC test suite":
test "Continuous RPC calls (" & $TestsCount & " messages)": test "Continuous RPC calls (" & $TestsCount & " messages)":
check waitFor(continuousTest("localhost", Port(8545))) == TestsCount check waitFor(continuousTest("localhost", Port(8545))) == TestsCount
test "Wrong [Content-Type] test": test "Wrong [Content-Type] test":