mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-08 08:45:57 +00:00
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:
parent
1feb1fbc0f
commit
d62559fe90
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user