Skip to content

Commit 60fd4f2

Browse files
committedJun 12, 2024
Cleanup listing test
1 parent 1d91376 commit 60fd4f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎python/tests/test_fsspec.py

+2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ def test_listing(fs: HdfsFileSystem):
7171
assert listing[0]["name"] == "/testdir"
7272
assert listing[0]["type"] == "directory"
7373

74+
fs.rm("/testdir", True)
75+
7476

7577
def test_parsing(minidfs: str):
7678
with fsspec.open(f"{minidfs}/test", "wb") as f:

0 commit comments

Comments
 (0)
Failed to load comments.