mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-17 13:06:34 +00:00
Update tests/core/pyspec/eth2spec/test/altair/epoch_processing/test_process_inactivity_updates.py
Co-authored-by: Danny Ryan <dannyjryan@gmail.com>
This commit is contained in:
parent
2ff143c719
commit
6f56e33f00
@ -285,7 +285,7 @@ def test_some_exited_full_random_leaking(spec, state):
|
|||||||
# mutations applied to their inactivity scores
|
# mutations applied to their inactivity scores
|
||||||
randomize_inactivity_scores(spec, state, rng=rng)
|
randomize_inactivity_scores(spec, state, rng=rng)
|
||||||
|
|
||||||
assert not get_exited_validators(spec, state)
|
assert not any(get_exited_validators(spec, state))
|
||||||
exited_indices = exit_validators(spec, state, exit_count, rng=rng)
|
exited_indices = exit_validators(spec, state, exit_count, rng=rng)
|
||||||
assert not get_exited_validators(spec, state)
|
assert not get_exited_validators(spec, state)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user