Skip to content

Commit

Permalink
Fixed testcase id
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-vd-aardweg committed Apr 17, 2023
1 parent aaf5bf9 commit 0c154f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dflowfm/test_xyn.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class TestXYNPoint:
("name"),
[
pytest.param("nameWith'SingleQuote", id="Name with single quote"),
pytest.param('nameWith"DoubleQuote', id="Name with single quote"),
pytest.param('nameWith"DoubleQuote', id="Name with double quote"),
pytest.param(None, id="None value"),
pytest.param("", id="Empty string"),
pytest.param(" ", id="Whitespace only"),
Expand Down

0 comments on commit 0c154f0

Please sign in to comment.