Skip to content

Commit

Permalink
Update tests/test_api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
trag1c authored Jun 6, 2024
1 parent 2287454 commit 3338ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_invalid_marker(marker: str) -> None:

@pytest.mark.parametrize("marker", [123, [1], {"key": "value"}])
def test_nonstring_marker(marker: str) -> None:
with pytest.raises(TypeError, match="The marker has to be a st"):
with pytest.raises(TypeError, match="The marker has to be a string"):
Dahlia(marker=marker)


Expand Down

0 comments on commit 3338ab9

Please sign in to comment.