Skip to content

Commit 5c2d558

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0be6210 commit 5c2d558

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/commands/run_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,6 +1116,7 @@ def test_fail_fast_run_arg(cap_out, store, repo_with_failing_hook):
11161116
# it should have only run one hook due to the CLI flag
11171117
assert printed.count(b'Failing hook') == 1
11181118

1119+
11191120
def test_classifier_removes_dne():
11201121
classifier = Classifier(('this_file_does_not_exist',))
11211122
assert classifier.filenames == []

0 commit comments

Comments
 (0)