Skip to content

Commit

Permalink
Updated other usages of branch.config_scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Aug 7, 2024
1 parent e3c2693 commit 097e332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model_config_tests/qa/test_access_esm1p5_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def test_config_start(self, branch, config):
"calendar.start", "config.yaml", VALID_HISTORICAL_START
)
else:
pytest.fail(f"Cannot test unknown scenario {branch.scenario_name}.")
pytest.fail(f"Cannot test unknown scenario {branch.config_scenario}.")

Check warning on line 131 in src/model_config_tests/qa/test_access_esm1p5_config.py

View check run for this annotation

Codecov / codecov/patch

src/model_config_tests/qa/test_access_esm1p5_config.py#L131

Added line #L131 was not covered by tests

def test_config_runtime(self, config):
assert (

Check warning on line 134 in src/model_config_tests/qa/test_access_esm1p5_config.py

View check run for this annotation

Codecov / codecov/patch

src/model_config_tests/qa/test_access_esm1p5_config.py#L134

Added line #L134 was not covered by tests
Expand Down

0 comments on commit 097e332

Please sign in to comment.