Skip to content

Commit

Permalink
Capitalization correct in a RegEx in test_ic.py
Browse files Browse the repository at this point in the history
  • Loading branch information
emprzy committed Nov 8, 2024
1 parent cde6acb commit 7b4f6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flepimop/gempyor_pkg/tests/seir/test_ic.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_IC_allow_missing_node_compartments_success(self):
sic.get_from_config(sim_id=100, modinf=s)

def test_IC_IC_notImplemented_fail(self):
with pytest.raises(NotImplementedError, match=r".*unknown.*initial.*conditions.*"):
with pytest.raises(NotImplementedError, match=r".*Unknown.*initial.*conditions.*"):
config.clear()
config.read(user=False)
config.set_file(f"{DATA_DIR}/config.yml")
Expand Down

0 comments on commit 7b4f6e8

Please sign in to comment.