diff --git a/tests/core/pyspec/eth2spec/test/phase0/fork_choice/test_ex_ante.py b/tests/core/pyspec/eth2spec/test/phase0/fork_choice/test_ex_ante.py index 806fe7ec4..c47ccefda 100644 --- a/tests/core/pyspec/eth2spec/test/phase0/fork_choice/test_ex_ante.py +++ b/tests/core/pyspec/eth2spec/test/phase0/fork_choice/test_ex_ante.py @@ -34,7 +34,7 @@ def _apply_base_block_a(spec, state, store, test_steps): @with_all_phases @spec_state_test -def test_ex_ante_secnario_1_with_boost(spec, state): +def test_ex_ante_scenario_1_with_boost(spec, state): """ With a single adversarial attestation @@ -98,7 +98,7 @@ def test_ex_ante_secnario_1_with_boost(spec, state): @spec_configured_state_test({ 'PROPOSER_SCORE_BOOST': 0, }) -def test_ex_ante_secnario_1_without_boost(spec, state): +def test_ex_ante_scenario_1_without_boost(spec, state): """ With a single adversarial attestation