Skip to content

Commit

Permalink
testgen: fix method name eth_getStorageAt
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed Jan 18, 2024
1 parent 417099c commit c4e366d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testgen/generators.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ var EthGetCode = MethodTests{

// EthGetStorage stores a list of all tests against the method.
var EthGetStorage = MethodTests{
"eth_getStorage",
"eth_getStorageAt",
[]Test{
{
"get-storage",
Expand Down

0 comments on commit c4e366d

Please sign in to comment.