mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-01-31 12:18:24 -05:00
Merge pull request #3645 from ethereum/dapplion-patch-1
Remove repetitive word
This commit is contained in:
@@ -114,7 +114,7 @@ def test_activation_queue_sorting(spec, state):
|
||||
assert state.validators[mock_activations - 2].activation_epoch == spec.FAR_FUTURE_EPOCH
|
||||
# the one at churn_limit did not make it, it was out-prioritized
|
||||
assert state.validators[churn_limit].activation_epoch == spec.FAR_FUTURE_EPOCH
|
||||
# but the the one in front of the above did
|
||||
# but the one in front of the above did
|
||||
assert state.validators[churn_limit - 1].activation_epoch != spec.FAR_FUTURE_EPOCH
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user