Skip to content

Commit

Permalink
fix: typo on cache_test eth_call (ethereum-optimism#9462)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak authored Feb 9, 2024
1 parent 8a3e411 commit 309c9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxyd/cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ func TestRPCCacheUnsupportedMethod(t *testing.T) {
name: "eth_call",
req: &RPCReq{
JSONRPC: "2.0",
Method: "eth_gasPrice",
Method: "eth_call",
ID: ID,
},
},
Expand Down

0 comments on commit 309c9bf

Please sign in to comment.