Skip to content

Commit cea9c2e

Browse files
committed
fix(test-bump-command): typo in --annotated-tag option inside test
1 parent d0b05fb commit cea9c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/commands/test_bump_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ def test_bump_with_changelog_to_stdout_dry_run_arg(mocker, capsys, changelog_pat
633633
"bump",
634634
"--changelog",
635635
"--changelog-to-stdout",
636-
"--annotated",
636+
"--annotated-tag",
637637
"--check-consistency",
638638
"--yes",
639639
),

0 commit comments

Comments
 (0)