Skip to content

Commit ce8c1b7

Browse files
committed
test(commands/version): fix test break due to newly design version command
1 parent b010678 commit ce8c1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def test_list_cz(config):
174174
def test_version(config):
175175
with mock.patch("commitizen.out.write") as mocked_write:
176176

177-
commands.Version(config)()
177+
commands.Version(config, {})()
178178
mocked_write.assert_called_once()
179179

180180

0 commit comments

Comments
 (0)