Skip to content

Commit 5f20c3e

Browse files
committed
fix bad string
1 parent cdcc699 commit 5f20c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def test_regex_match_but_no_version() -> None:
194194
with pytest.raises(
195195
ValueError,
196196
match=(
197-
r'The tag_regex "\(\?P<version>\)\.\*" matched tag "v1", '
197+
r'The tag_regex "\(\?P<version>\)\.\*" matched tag "v1",'
198198
" however the matched group has no value"
199199
),
200200
):

0 commit comments

Comments
 (0)