From a48e1e96c51631b841d0e0c54096b8067f4ce5e3 Mon Sep 17 00:00:00 2001 From: coffeepots Date: Mon, 6 Aug 2018 17:18:46 +0100 Subject: [PATCH] Rename test suite --- tests/test_rpc.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_rpc.nim b/tests/test_rpc.nim index fa74d1a9f..999e7af7f 100644 --- a/tests/test_rpc.nim +++ b/tests/test_rpc.nim @@ -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