Skip to content

Commit

Permalink
core/vm: fix expectError (24017)
Browse files Browse the repository at this point in the history
  • Loading branch information
JukLee0ira committed Sep 10, 2024
1 parent 99122f1 commit 4be9366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts/abi/bind/backends/simulated_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func TestSimulatedBackend_EstimateGas(t *testing.T) {
GasPrice: big.NewInt(0),
Value: nil,
Data: common.Hex2Bytes("b9b046f9"),
}, 0, errors.New("always failing transaction (invalid opcode: opcode 0xfe not defined)")},
}, 0, errors.New("always failing transaction (invalid opcode: INVALID)")},

{"Valid", XDPoSChain.CallMsg{
From: addr,
Expand Down

0 comments on commit 4be9366

Please sign in to comment.