diff --git a/tests/ovm_test.go b/tests/ovm_test.go index ea5e7572d5..19ed65876a 100644 --- a/tests/ovm_test.go +++ b/tests/ovm_test.go @@ -111,8 +111,8 @@ func TestGetCodeContractAddress(t *testing.T) { getCodeContractAddressReturnValue, _ := call(t, state, vm.StateManagerAddress, getCodeContractAddressCalldata) - if !bytes.Equal(getCodeContractAddressReturnValue[12:], address.Bytes()) { - t.Errorf("Expected %020x; got %020x", getCodeContractAddressReturnValue[12:], address.Bytes()) + if !bytes.Equal(getCodeContractAddressReturnValue[12:], address.Bytes()) { + t.Errorf("Expected %020x; got %020x", getCodeContractAddressReturnValue[12:], address.Bytes()) } }