Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanDeHoop committed Dec 19, 2024
1 parent da89d09 commit 852e1b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/everest/test_config_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -891,14 +891,15 @@ def test_that_missing_required_fields_cause_error():

# Expect missing error for:
# controls, objective_functions, config_path
assert len(error_dicts) == 3
assert len(error_dicts) == 4

config_with_defaults = EverestConfig.with_defaults()
config_args = {}
required_argnames = [
"controls",
"objective_functions",
"config_path",
"model",
]

for key in required_argnames:
Expand Down

0 comments on commit 852e1b8

Please sign in to comment.