We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
!
1 parent 38a1c60 commit fa532b6Copy full SHA for fa532b6
tests/commands/test_bump_command.py
@@ -57,7 +57,6 @@ def test_bump_minor_increment(commit_msg, mocker):
57
"feat(user): new user interface\n\nBREAKING CHANGE: age is no longer supported",
58
"BREAKING CHANGE: age is no longer supported",
59
"BREAKING-CHANGE: age is no longer supported",
60
- "age is not longer supported!",
61
),
62
)
63
def test_bump_major_increment(commit_msg, mocker):
0 commit comments