Merge pull request #8786 from The-Compiler/outside

tests: Use less conflicting name for directory
This commit is contained in:
Ronny Pfannschmidt 2021-06-22 21:59:52 +02:00 committed by GitHub
commit 8eb8c42bd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ def test__check_initialpaths_for_relpath() -> None:
assert nodes._check_initialpaths_for_relpath(session, sub) == "file"
outside = Path("/outside")
outside = Path("/outside-this-does-not-exist")
assert nodes._check_initialpaths_for_relpath(session, outside) is None