fix: typo on cache_test eth_call (#9462)

This commit is contained in:
Oak 2024-02-09 18:11:30 +00:00 committed by GitHub
parent 6eaf7ee2b4
commit 97767bcfa3

@ -183,7 +183,7 @@ func TestRPCCacheUnsupportedMethod(t *testing.T) {
name: "eth_call", name: "eth_call",
req: &RPCReq{ req: &RPCReq{
JSONRPC: "2.0", JSONRPC: "2.0",
Method: "eth_gasPrice", Method: "eth_call",
ID: ID, ID: ID,
}, },
}, },