Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Huppmann <[email protected]>
  • Loading branch information
phackstock and danielhuppmann authored Sep 23, 2024
1 parent a7b29ff commit 13a025d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ def test_wildcard_match(simple_df):

with pytest.raises(ValueError, match=MATCH_FAIL_VALIDATION):
definition.validate(
simple_df.rename(scenario={"scen_a": "does not match scen_*"})
simple_df.rename(scenario={"scen_a": "foo"})
)

0 comments on commit 13a025d

Please sign in to comment.