Skip to content

Commit

Permalink
Update state/runtime/evm/instructions_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Negovanović <[email protected]>
  • Loading branch information
cokicm and Stefan-Ethernal authored Feb 4, 2024
1 parent a411b0a commit 73abe36
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 @@ -1141,7 +1141,7 @@ func TestCodeCopyLenZero(t *testing.T) {

// We check that no gas was spent and there was no error
assert.Equal(t, expectedGas, s.gas)
assert.Equal(t, s.err, nil)
assert.NoError(t, s.err)
}

func TestCodeCopy(t *testing.T) {
Expand Down

0 comments on commit 73abe36

Please sign in to comment.