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 9d7c0d0 commit 86e7cc8
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 @@ -541,7 +541,7 @@ def test_walk(tosfs: TosFileSystem, bucket: str, temporary_workspace: str) -> No
assert len(dirs) > 0
assert files == []

for root, dirs, files in tosfs.walk(bucket, maxdepth=1):
for root, dirs, _ in tosfs.walk(bucket, maxdepth=1):
assert root == bucket
assert len(dirs) > 0

Expand Down

0 comments on commit 86e7cc8

Please sign in to comment.