diff --git a/state/runtime/evm/instructions_test.go b/state/runtime/evm/instructions_test.go index 1520f723c7..26b6cf6fb5 100644 --- a/state/runtime/evm/instructions_test.go +++ b/state/runtime/evm/instructions_test.go @@ -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