Skip to content

Commit

Permalink
Support delimiter for ls_iterate API
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua committed Oct 31, 2024
1 parent 20f8450 commit faa597f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tosfs/tests/test_tosfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def test_ls_iterate(
f"{bucket}/{temporary_workspace}", delimiter="", recursive=True
)
)
assert result == expected
assert sorted(result) == sorted(expected)


def test_inner_rm(tosfs: TosFileSystem, bucket: str, temporary_workspace: str) -> None:
Expand Down

0 comments on commit faa597f

Please sign in to comment.