From dc05a3f19e34d95f3190f1fffc9edda9dec433e0 Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Mon, 12 Dec 2022 13:13:25 +0100 Subject: [PATCH] Rename test back --- .../pyspec/eth2spec/test/altair/light_client/test_sync.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/core/pyspec/eth2spec/test/altair/light_client/test_sync.py b/tests/core/pyspec/eth2spec/test/altair/light_client/test_sync.py index 31bee9dd6..6ac2d250e 100644 --- a/tests/core/pyspec/eth2spec/test/altair/light_client/test_sync.py +++ b/tests/core/pyspec/eth2spec/test/altair/light_client/test_sync.py @@ -704,8 +704,8 @@ def test_capella_fork(spec, phases, state): @with_state @with_matching_spec_config(emitted_fork=CAPELLA) @with_presets([MINIMAL], reason="too slow") -def test_capella_store_with_altair_data(spec, phases, state): - # Start test (Altair bootstrap but with a Capella store) +def test_capella_store_with_legacy_data(spec, phases, state): + # Start test (Legacy bootstrap but with a Capella store) test = yield from setup_test(spec, state, s_spec=phases[CAPELLA], phases=phases) # Initial `LightClientUpdate` (check that it works with Capella store)