This commit is contained in:
Bruno Oliveira 2024-03-03 09:09:47 -03:00
parent 0ac1c3750d
commit 44f52b4ca6
1 changed files with 1 additions and 1 deletions

View File

@ -1834,7 +1834,7 @@ def test_pyargs_collection_tree(pytester: Pytester, monkeypatch: MonkeyPatch) ->
) )
def test_do_not_collect_symlink_syblings( def test_do_not_collect_symlink_siblings(
pytester: Pytester, tmp_path: Path, request: pytest.FixtureRequest pytester: Pytester, tmp_path: Path, request: pytest.FixtureRequest
) -> None: ) -> None:
""" """