Skip to content

Commit 8dabbae

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

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
@@ -280,9 +280,7 @@ def test_recursive_symlinks(self, pytester, absolute):
280280
def test_multiple_recursive_symlinks(self, pytester):
281281
"""Symlink points to recursive symlink. Should be resolved to the very end."""
282282
directory = pytester.mkdir("dir")
283-
ensure_file(directory / "test_recursive.py").write(
284-
"def test_recursive(): pass"
285-
)
283+
ensure_file(directory / "test_recursive.py").write("def test_recursive(): pass")
286284
symlink_or_skip(".", "dir/link")
287285
symlink_or_skip("link", "dir/link2")
288286

0 commit comments

Comments
 (0)