This commit is contained in:
Hsiao-Wei Wang 2021-10-15 22:05:07 +08:00
parent 162711ea56
commit be6d2017bb
No known key found for this signature in database
GPG Key ID: 1111A8A81778319E
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ from eth2spec.test.helpers.random import (
@fork_transition_test(PHASE0, ALTAIR, fork_epoch=2)
@with_presets([MINIMAL],
reason="only test with enough validators such that at lease one exited index is not in sync committee")
reason="only test with enough validators such that at least one exited index is not in sync committee")
def test_transition_with_one_fourth_exiting_validators_exit_post_fork(state,
fork_epoch,
spec,

View File

@ -17,7 +17,7 @@ from eth2spec.test.helpers.random import (
@fork_transition_test(PHASE0, ALTAIR, fork_epoch=1)
@with_presets([MINIMAL],
reason="only test with enough validators such that at lease one exited index is not in sync committee")
reason="only test with enough validators such that at least one exited index is not in sync committee")
def test_transition_with_one_fourth_slashed_active_validators_pre_fork(state,
fork_epoch,
spec,