Skip to content

Commit 9ed393c

Browse files
ci: auto fixes from pre-commit.com hooks
1 parent 7bfef1f commit 9ed393c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/engine_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,9 @@ def test_commit_message_validator_with_stdin(self, mock_has_commits):
10611061
@patch("commit_check.engine.get_commit_info")
10621062
@patch("commit_check.engine.has_commits")
10631063
@pytest.mark.benchmark
1064-
def test_commit_message_validator_failure(self, mock_has_commits, mock_get_commit_info):
1064+
def test_commit_message_validator_failure(
1065+
self, mock_has_commits, mock_get_commit_info
1066+
):
10651067
"""Test CommitMessageValidator failure case."""
10661068
mock_has_commits.return_value = True
10671069

0 commit comments

Comments
 (0)