Skip to content

Commit 29552a7

Browse files
authored
Capitalize comment
1 parent 8385726 commit 29552a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/pyspec/eth2spec/test/electra/block_processing/test_process_withdrawal_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ def test_partial_withdrawal_activation_epoch_less_than_shard_committee_period(
791791
@spec_state_test
792792
def test_full_exit_request_has_partial_withdrawal(spec, state):
793793
rng = random.Random(1361)
794-
# move state forward SHARD_COMMITTEE_PERIOD epochs to allow for exit
794+
# Move state forward SHARD_COMMITTEE_PERIOD epochs to allow for exit
795795
state.slot += spec.config.SHARD_COMMITTEE_PERIOD * spec.SLOTS_PER_EPOCH
796796

797797
current_epoch = spec.get_current_epoch(state)

0 commit comments

Comments
 (0)