Rename test suite

This commit is contained in:
coffeepots 2018-08-06 17:18:46 +01:00 committed by zah
parent 07e28ac01e
commit a48e1e96c5

View File

@ -62,7 +62,7 @@ proc doTests =
rpcServer.start() rpcServer.start()
waitFor client.connect("localhost", Port(8545)) waitFor client.connect("localhost", Port(8545))
suite "Server/Client RPC": suite "Remote Procedure Calls":
test "eth_getBalance": test "eth_getBalance":
expect ValueError: expect ValueError:
# check error is raised on null address # check error is raised on null address