Skip to content

Commit

Permalink
area_name_errors message restore
Browse files Browse the repository at this point in the history
  • Loading branch information
vargastat authored and MartinBelthle committed Dec 5, 2024
1 parent 057994f commit e1f4fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/antares/services/local_services/test_study.py
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@ def test_creating_duplicate_area_name_errors(self, local_study_w_areas):
# Then
with pytest.raises(
AreaCreationError,
match=f"Could not create the area {area_to_create}: There is already an area '{area_to_create}' in the study '{local_study_w_areas.name}",
match=f"Could not create the area {area_to_create}: There is already an area '{area_to_create}' in the study '{local_study_w_areas.name}'",
):
local_study_w_areas.create_area(area_to_create)

Expand Down

0 comments on commit e1f4fbd

Please sign in to comment.