Skip to content

Commit e0bd4ef

Browse files
authored
Merge pull request #5 from jeremyschlatter/4-change-tests
Resolve #4 by changing the test
2 parents 69f6db6 + 1cd1d6e commit e0bd4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def test_ls_contrast():
244244
touch(d1d2f2)
245245

246246
# run test
247-
paths = ls(d1, select="**")
247+
paths = ls(d1, select="**", only="dir")
248248

249249
# check
250250
assert set(str(f) for f in paths) == set(["d1", "d1/d1", "d1/d2"])

0 commit comments

Comments
 (0)