8000 test(bump): Remove bump case with msg ends with `!` · AnarchyCrew/commitizen@fa532b6 · GitHub
[go: up one dir, main page]

Skip to content

Commit fa532b6

Browse files
committed
test(bump): Remove bump case with msg ends with !
1 parent 38a1c60 commit fa532b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/commands/test_bump_command.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ def test_bump_minor_increment(commit_msg, mocker):
5757
"feat(user): new user interface\n\nBREAKING CHANGE: age is no longer supported",
5858
"BREAKING CHANGE: age is no longer supported",
5959
"BREAKING-CHANGE: age is no longer supported",
60-
"age is not longer supported!",
6160
),
6261
)
6362
def test_bump_major_increment(commit_msg, mocker):

0 commit comments

Comments
 (0)
0