Skip to content

Commit bad14ee

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5398d7c commit bad14ee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

testing/test_collection.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1893,6 +1893,4 @@ def test_with_yield():
18931893
result.stdout.fnmatch_lines(
18941894
["*RuntimeError: 'yield' keyword is allowed in fixtures, but not in tests (*)*"]
18951895
)
1896-
result.stdout.fnmatch_lines(
1897-
["*collected 0 items*"]
1898-
)
1896+
result.stdout.fnmatch_lines(["*collected 0 items*"])

0 commit comments

Comments
 (0)