Skip to content

Commit 7941833

Browse files
LuisHenriLee-W
authored andcommitted
fix(test-bump-command): typo in --annotated-tag option inside test
1 parent b99b6d8 commit 7941833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/commands/test_bump_command.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ def test_bump_with_git_to_stdout_arg(mocker: MockFixture, capsys, changelog_path
673673
"bump",
674674
"--changelog",
675675
"--changelog-to-stdout",
676-
"--annotated",
676+
"--annotated-tag",
677677
"--check-consistency",
678678
"--yes",
679679
),

0 commit comments

Comments
 (0)