From 6308cee7a64d1820a38af0a3968481000a7a3081 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Fri, 3 Dec 2021 02:17:57 +0800 Subject: [PATCH] Fix typo --- .../pyspec/eth2spec/test/phase0/fork_choice/test_ex_ante.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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