Skip to content

Commit 72403ad

Browse files
chore: Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 820d73e commit 72403ad

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
@@ -1554,4 +1554,4 @@ def test_bump_allow_no_commit_issue(
15541554
util.run_cli("bump", "--yes", "--allow-no-commit", "--prerelease", "beta")
15551555
util.run_cli(
15561556
"bump", "--allow-no-commit", "--prerelease", "rc"
1557-
) # Failed because the bump command called changelog command
1557+
) # Should not fail when changelog generation runs with no new commits

0 commit comments

Comments
 (0)