Skip to content

Commit

Permalink
Merge pull request #3645 from ethereum/dapplion-patch-1
Browse files Browse the repository at this point in the history
Remove repetitive word
  • Loading branch information
mkalinin authored Apr 5, 2024
2 parents 6cfa8f7 + 04ef118 commit 78da657
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 78da657

Please sign in to comment.