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:
parent
e1a4d8b60e
commit
2af84d8332
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue