diff --git a/tests/core/pyspec/eth2spec/test/electra/epoch_processing/test_process_registry_updates.py b/tests/core/pyspec/eth2spec/test/electra/epoch_processing/test_process_registry_updates.py index ce5915269..1f2666402 100644 --- a/tests/core/pyspec/eth2spec/test/electra/epoch_processing/test_process_registry_updates.py +++ b/tests/core/pyspec/eth2spec/test/electra/epoch_processing/test_process_registry_updates.py @@ -18,7 +18,7 @@ def run_test_activation_queue_eligibility(spec, state, validator_index, balance) # ready for entrance into activation queue mock_deposit(spec, state, validator_index) - + yield from run_epoch_processing_with(spec, state, 'process_registry_updates') # validator moved into activation queue if eligible