Skip to content

Commit

Permalink
Warning fix (loop variable capture)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Feb 7, 2024
1 parent cc42836 commit b459860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state/runtime/evm/instructions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2379,7 +2379,7 @@ func Test_opCall(t *testing.T) {
test := tt
t.Run(test.name, func(t *testing.T) {
t.Parallel()
state, closeFn := getState(&tt.config)
state, closeFn := getState(&test.config)
defer closeFn()

state.gas = test.initState.gas
Expand Down

0 comments on commit b459860

Please sign in to comment.