Skip to content

Commit

Permalink
fix bad string
Browse files Browse the repository at this point in the history
  • Loading branch information
thejcannon committed Jan 18, 2024
1 parent cdcc699 commit 5f20c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def test_regex_match_but_no_version() -> None:
with pytest.raises(
ValueError,
match=(
r'The tag_regex "\(\?P<version>\)\.\*" matched tag "v1", '
r'The tag_regex "\(\?P<version>\)\.\*" matched tag "v1",'
" however the matched group has no value"
),
):
Expand Down

0 comments on commit 5f20c3e

Please sign in to comment.