Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions simulators/ethereum/engine/suites/withdrawals/tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ func (ws *WithdrawalsBaseSpec) Execute(t *test.Env) {
},
)
r.ExpectationDescription = "Sent pre-shanghai Forkchoice using ForkchoiceUpdatedV2 + Withdrawals, error is expected"
r.ExpectErrorCode(InvalidParamsError)
r.ExpectErrorCode(*globals.INVALID_PAYLOAD_ATTRIBUTES)

// Send a valid Pre-Shanghai request using ForkchoiceUpdatedV2
// (CLMock uses V1 by default)
Expand Down Expand Up @@ -1270,7 +1270,7 @@ func (ws *WithdrawalsBaseSpec) Execute(t *test.Env) {
},
)
r.ExpectationDescription = "Sent shanghai fcu using PayloadAttributesV1, error is expected"
r.ExpectErrorCode(InvalidParamsError)
r.ExpectErrorCode(*globals.INVALID_PAYLOAD_ATTRIBUTES)
}

// Send some withdrawals
Expand Down