Skip to content
This repository has been archived by the owner on Dec 10, 2020. It is now read-only.

Commit

Permalink
chore(rpc): fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
tomonari-t committed Jun 6, 2020
1 parent 73aaf17 commit f629d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rpc/rpc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f629d29

Please sign in to comment.