Fix typo
This commit is contained in:
parent
0ac1c3750d
commit
44f52b4ca6
|
@ -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:
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue