Skip to content

Commit 28668c8

Browse files
hauntsaninjaJukkaL
authored andcommitted
test_find_sources: check cwd for non root paths (#10077)
Co-authored-by: hauntsaninja <>
1 parent 73f18a6 commit 28668c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/test/test_find_sources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,4 +372,4 @@ def test_find_sources_exclude(self) -> None:
372372
"pkg/a2/b/f.py",
373373
}
374374
fscache = FakeFSCache(files)
375-
assert len(find_sources(["/"], options, fscache)) == len(files)
375+
assert len(find_sources(["."], options, fscache)) == len(files)

0 commit comments

Comments
 (0)