Skip to content

Commit

Permalink
Regex update
Browse files Browse the repository at this point in the history
  • Loading branch information
emprzy committed Nov 13, 2024
1 parent b32c64e commit d844ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flepimop/gempyor_pkg/tests/seir/test_model_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_ModelInfo_init_tf_is_ahead_of_ti_fail(self):
config["start_date"] = "2022-01-02"
with pytest.raises(
ValueError,
match=r"Time to finish \('\{self\.tf\}'\) is less than or equal to time to start \('\{self\.ti\}'\)\.",
match=r"Time to finish.*is less than or equal to time to start.*",
):
s = ModelInfo(
config=config,
Expand Down

0 comments on commit d844ced

Please sign in to comment.