Skip to content

Commit

Permalink
Change hns bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua committed Nov 21, 2024
1 parent 3a3f9dd commit 9d7c0d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tosfs/tests/test_tosfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,6 @@ def test_walk(tosfs: TosFileSystem, bucket: str, temporary_workspace: str) -> No
for root, dirs, files in tosfs.walk(bucket, maxdepth=1):
assert root == bucket
assert len(dirs) > 0
assert len(files) > 0

dir_name = random_str()
sub_dir_name = random_str()
Expand Down

0 comments on commit 9d7c0d0

Please sign in to comment.