Skip to content

Commit 7b3b9c6

Browse files
committed
test(bump_rule): try to fix test again
1 parent 17b82ad commit 7b3b9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitizen/bump_rule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def __str__(self) -> str:
1818
return self.name
1919

2020
def __repr__(self) -> str:
21-
return self.name
21+
return f"'{self.name}'"
2222

2323
@classmethod
2424
def safe_cast(cls, value: Any) -> SemVerIncrement | None:

0 commit comments

Comments
 (0)