Skip to content

Commit 721e7ea

Browse files
committed
test(init): check "pre-" is showing in outputs
1 parent b43a614 commit 721e7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/commands/test_init_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def unsafe_ask(self):
3232
"rev": f"v{__version__}",
3333
"hooks": [
3434
{"id": "commitizen"},
35-
{"id": "commitizen-branch", "stages": ["push"]},
35+
{"id": "commitizen-branch", "stages": ["pre-push"]},
3636
],
3737
}
3838

0 commit comments

Comments
 (0)