Skip to content

Commit 8eb8c42

Browse files
Merge pull request #8786 from The-Compiler/outside
tests: Use less conflicting name for directory
2 parents 0a6a1fa + ac10fe0 commit 8eb8c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class FakeSession2:
8888

8989
assert nodes._check_initialpaths_for_relpath(session, sub) == "file"
9090

91-
outside = Path("/outside")
91+
outside = Path("/outside-this-does-not-exist")
9292
assert nodes._check_initialpaths_for_relpath(session, outside) is None
9393

9494

0 commit comments

Comments
 (0)