Skip to content

Commit

Permalink
Correction for changed error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigurd-Borge committed Dec 10, 2024
1 parent e930bce commit 6bc4612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_local_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_local_study(self, tmp_path, other_area):
assert isinstance(at_fr, Link)

## Cannot link areas that don't exist in the study
with pytest.raises(LinkCreationError, match="Could not create the link fr / usa: usa does not exist."):
with pytest.raises(LinkCreationError, match="Could not create the link fr / usa: usa does not exist"):
test_study.create_link(area_from=fr.id, area_to=other_area.id)

# Thermal
Expand Down

0 comments on commit 6bc4612

Please sign in to comment.