Skip to content

Commit 84d7ba2

Browse files
committed
Fix linter
1 parent 2a06d91 commit 84d7ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/pyspec/eth2spec/test/electra/epoch_processing/test_process_registry_updates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def run_test_activation_queue_eligibility(spec, state, validator_index, balance)
1818

1919
# ready for entrance into activation queue
2020
mock_deposit(spec, state, validator_index)
21-
21+
2222
yield from run_epoch_processing_with(spec, state, 'process_registry_updates')
2323

2424
# validator moved into activation queue if eligible

0 commit comments

Comments
 (0)