Skip to content

Commit 3268646

Browse files
chore(pre-commit): autofix run
1 parent 30a0c77 commit 3268646

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_hook.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,7 @@ def test_main_success__custom_scopes_require_scope_with_allowed_scope(convention
178178

179179

180180
def test_main_fail__custom_scopes_require_scope_with_disallowed_scope(conventional_commit_with_scope_path):
181-
result = main(
182-
["--scopes", "api,client", "--force-scope", conventional_commit_with_scope_path])
181+
result = main(["--scopes", "api,client", "--force-scope", conventional_commit_with_scope_path])
183182
assert result == RESULT_FAIL
184183

185184

0 commit comments

Comments
 (0)