Skip to content

Commit e71c5a2

Browse files
committed
fixup! Add `-i/--issue option to blurb add
1 parent f3c94f0 commit e71c5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_blurb_add.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def test_valid_issue_number_12345(issue):
6868
'https://github.com/python/cpython/issues/1234?param=1',
6969
))
7070
def test_invalid_issue_number(issue):
71-
error_message = re.escape(f'Invalid GitHub issue: {issue}')
71+
error_message = re.escape(f'Invalid GitHub issue number: {issue}')
7272
with pytest.raises(SystemExit, match=error_message):
7373
blurb._blurb_template_text(issue=issue)
7474

0 commit comments

Comments
 (0)