mirror of
https://github.com/logos-storage/nim-json-rpc.git
synced 2026-01-08 16:43:10 +00:00
Fix suite name in testhttp.
This commit is contained in:
parent
0942b0387d
commit
989c999dc7
@ -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":
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user