Skip to content

Commit

Permalink
Try to fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua committed Sep 5, 2024
1 parent 3a7ac2d commit 19e72c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tosfs/tests/test_tosfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ def test_walk(tosfs: TosFileSystem, bucket: str, temporary_workspace: str) -> No
assert walk_results[2][0] == f"{bucket}/{temporary_workspace}"
assert dir_name in walk_results[2][1]
assert walk_results[2][2] == []
tosfs.rm(f"{bucket}/{temporary_workspace}", recursive=True)


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

0 comments on commit 19e72c3

Please sign in to comment.