Update tests/core/pyspec/eth2spec/test/electra/epoch_processing/test_process_pending_deposits.py

Co-authored-by: Mikhail Kalinin <noblesse.knight@gmail.com>
This commit is contained in:
james-prysm 2024-07-02 08:58:30 -05:00 committed by GitHub
parent e1a4d8b60e
commit 2af84d8332
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ def test_pending_deposit_over_max(spec, state):
pubkey=state.validators[i].pubkey,
withdrawal_credentials=state.validators[i].withdrawal_credentials,
amount=amount,
slot=state.slot
slot=spec.GENESIS_SLOT
))
assert len(state.pending_deposits) == overmax,"pending deposits is not over max"