mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-01 20:55:06 -05:00
Rename legacy --> altair in test name
This commit is contained in:
@@ -704,7 +704,7 @@ 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_legacy_data(spec, phases, state):
|
||||
def test_capella_store_with_altair_data(spec, phases, state):
|
||||
# Start test (Altair bootstrap but with a Capella store)
|
||||
test = yield from setup_test(spec, state, s_spec=phases[CAPELLA], phases=phases)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user