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

Co-authored-by: Mikhail Kalinin <noblesse.knight@gmail.com>
This commit is contained in:
james-prysm 2024-07-26 09:59:12 -05:00 committed by GitHub
parent 1feb1fbc0f
commit d62559fe90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,6 @@ def test_apply_pending_deposit_add_validator_to_registry(spec, state):
@spec_state_test
def test_apply_pending_deposit_increases_balance(spec, state):
amount = 100
state.validators[0].exit_epoch = spec.FAR_FUTURE_EPOCH
# signature doesn't matter here as it's interpreted as a top-up
deposit = spec.PendingDeposit(
pubkey=state.validators[0].pubkey,