mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-17 13:06:34 +00:00
fix typo
This commit is contained in:
parent
162711ea56
commit
be6d2017bb
@ -22,7 +22,7 @@ from eth2spec.test.helpers.random import (
|
|||||||
|
|
||||||
@fork_transition_test(PHASE0, ALTAIR, fork_epoch=2)
|
@fork_transition_test(PHASE0, ALTAIR, fork_epoch=2)
|
||||||
@with_presets([MINIMAL],
|
@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,
|
def test_transition_with_one_fourth_exiting_validators_exit_post_fork(state,
|
||||||
fork_epoch,
|
fork_epoch,
|
||||||
spec,
|
spec,
|
||||||
|
@ -17,7 +17,7 @@ from eth2spec.test.helpers.random import (
|
|||||||
|
|
||||||
@fork_transition_test(PHASE0, ALTAIR, fork_epoch=1)
|
@fork_transition_test(PHASE0, ALTAIR, fork_epoch=1)
|
||||||
@with_presets([MINIMAL],
|
@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,
|
def test_transition_with_one_fourth_slashed_active_validators_pre_fork(state,
|
||||||
fork_epoch,
|
fork_epoch,
|
||||||
spec,
|
spec,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user