Skip to content

Commit

Permalink
update methods
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsu522 committed Apr 1, 2024
1 parent 5d3c0e6 commit fbccf90
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions rpc/jsonrpc/server/http_json_handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,17 +237,17 @@ func TestRPCBatchLimit(t *testing.T) {
},
{
`[
{"jsonrpc": "2.0"},
{"jsonrpc": "2.0"},
{"jsonrpc": "2.0"},
{"jsonrpc": "2.0"},
{"jsonrpc": "2.0"},
{"jsonrpc": "2.0"},
{"jsonrpc": "2.0"},
{"jsonrpc": "2.0"},
{"jsonrpc": "2.0"},
{"jsonrpc": "2.0"},
{"jsonrpc": "2.0"}
{"jsonrpc": "2.0","method":"c","id":"abc","params":["a","10"]},
{"jsonrpc": "2.0","method":"c","id":"abc","params":["a","10"]},
{"jsonrpc": "2.0","method":"c","id":"abc","params":["a","10"]},
{"jsonrpc": "2.0","method":"c","id":"abc","params":["a","10"]},
{"jsonrpc": "2.0","method":"c","id":"abc","params":["a","10"]},
{"jsonrpc": "2.0","method":"c","id":"abc","params":["a","10"]},
{"jsonrpc": "2.0","method":"c","id":"abc","params":["a","10"]},
{"jsonrpc": "2.0","method":"c","id":"abc","params":["a","10"]},
{"jsonrpc": "2.0","method":"c","id":"abc","params":["a","10"]},
{"jsonrpc": "2.0","method":"c","id":"abc","params":["a","10"]},
{"jsonrpc": "2.0","method":"c","id":"abc","params":["a","10"]}
]`,
false,
},
Expand Down

0 comments on commit fbccf90

Please sign in to comment.