Skip to content

Commit

Permalink
Merge branch '598-add-support-for-python-311' of https://github.com/D…
Browse files Browse the repository at this point in the history
…eltares/HYDROLIB-core into 598-add-support-for-python-311
  • Loading branch information
veenstrajelmer committed Feb 9, 2024
2 parents 9f8a4b3 + 3566843 commit ccd77ca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/dflowfm/test_inifield.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@ def test_initialfield_value_with_missing_value(self):
with pytest.raises(ValidationError) as error:
_ = InitialField(**inifield_values)

expected_message = (
f"value should be provided when datafiletype is {DataFileType.polygon.value}"
)
expected_message = f"value should be provided when datafiletype is {DataFileType.polygon.value}"

assert expected_message in str(error.value)

0 comments on commit ccd77ca

Please sign in to comment.