fix: typo on cache_test eth_call (#9462)
This commit is contained in:
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,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user