Rename test suite
This commit is contained in:
parent
07e28ac01e
commit
a48e1e96c5
|
@ -62,7 +62,7 @@ proc doTests =
|
|||
rpcServer.start()
|
||||
waitFor client.connect("localhost", Port(8545))
|
||||
|
||||
suite "Server/Client RPC":
|
||||
suite "Remote Procedure Calls":
|
||||
test "eth_getBalance":
|
||||
expect ValueError:
|
||||
# check error is raised on null address
|
||||
|
|
Loading…
Reference in New Issue