Skip to content

Commit d820bf7

Browse files
committed
test(BaseCommitizen): align with test
1 parent 5e612bf commit d820bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitizen/cz/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def bump_rule(self) -> BumpRule:
102102
bump_map_major_version_zero = self.bump_map_major_version_zero
103103
if not bump_pattern or not bump_map or not bump_map_major_version_zero:
104104
raise NoPatternMapError(
105-
f"Rule does not support bump: {bump_pattern=}, {bump_map=}, {bump_map_major_version_zero=}"
105+
f"'{self.config.settings['name']}' rule does not support bump: {bump_pattern=}, {bump_map=}, {bump_map_major_version_zero=}"
106106
)
107107
return CustomBumpRule(
108108
bump_pattern,

0 commit comments

Comments
 (0)