Skip to content

Commit ac10fe0

Browse files
committed
tests: Use less conflicting name for directory
Otherwise, if e.g. /outside is used for a Docker container, the test will fail
1 parent 0a6a1fa commit ac10fe0

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)