Add missing `.config`

This commit is contained in:
Etan Kissling 2022-11-20 14:25:50 +01:00
parent f42da8d00b
commit db796f70ad
No known key found for this signature in database
GPG Key ID: B21DA824C5A3D03D
1 changed files with 1 additions and 1 deletions

View File

@ -67,4 +67,4 @@ def test_override_config_fork_epoch(spec, state):
@with_matching_spec_config
def test_capella_store_with_legacy_data(spec, phases, state):
assert state.fork.current_version == spec.config.ALTAIR_FORK_VERSION
assert phases[BELLATRIX].ALTAIR_FORK_EPOCH == spec.config.ALTAIR_FORK_EPOCH
assert phases[BELLATRIX].config.ALTAIR_FORK_EPOCH == spec.config.ALTAIR_FORK_EPOCH