mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-09 09:14:32 +00:00
Rename test back
This commit is contained in:
parent
8ad6810a44
commit
dc05a3f19e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user