From f629d298580ac7a79f30f2cbef3e9693b4e3b851 Mon Sep 17 00:00:00 2001 From: tomonari-t Date: Sat, 6 Jun 2020 16:55:54 +0900 Subject: [PATCH] chore(rpc): fix test name --- test/rpc/rpc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/rpc/rpc.js b/test/rpc/rpc.js index 9b8f4ac..25854eb 100644 --- a/test/rpc/rpc.js +++ b/test/rpc/rpc.js @@ -46,7 +46,7 @@ test('call JSON RPC with non-exist method', t => { }) }) -test('call JSON RPC with non-params method', t => { +test('call JSON RPC with non-params', t => { const server = startRPC({}) const req = { jsonrpc: '2.0',