We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8385726 commit 29552a7Copy full SHA for 29552a7
tests/core/pyspec/eth2spec/test/electra/block_processing/test_process_withdrawal_request.py
@@ -791,7 +791,7 @@ def test_partial_withdrawal_activation_epoch_less_than_shard_committee_period(
791
@spec_state_test
792
def test_full_exit_request_has_partial_withdrawal(spec, state):
793
rng = random.Random(1361)
794
- # move state forward SHARD_COMMITTEE_PERIOD epochs to allow for exit
+ # Move state forward SHARD_COMMITTEE_PERIOD epochs to allow for exit
795
state.slot += spec.config.SHARD_COMMITTEE_PERIOD * spec.SLOTS_PER_EPOCH
796
797
current_epoch = spec.get_current_epoch(state)
0 commit comments