Skip to content

Commit

Permalink
simulators/ethereum/engine: use generic error check for missing block (
Browse files Browse the repository at this point in the history
…ethereum#874)

simulators/ethereum/engine: use generic error check for missing block on rpc
  • Loading branch information
lightclient authored and Eikix committed Mar 1, 2024
1 parent 98b04c0 commit 7984999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulators/ethereum/engine/suites/engine/rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func (b BlockStatus) Execute(t *test.Env) {
number = Finalized
}
p := t.TestEngine.TestHeaderByNumber(number)
p.ExpectErrorCode(-39001)
p.ExpectError()
}

// Produce blocks before starting the test
Expand Down

0 comments on commit 7984999

Please sign in to comment.