Skip to content

Commit

Permalink
Add more test cases about fsspec integration
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua committed Nov 14, 2024
1 parent 76c013c commit c1303ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tosfs/tests/test_fsspec_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def __init__(self):

def test_customized_class(bucket, temporary_workspace):
# clear firstly
known_implementations["tos"] = { "class": ""}
known_implementations["tos"] = {"class": ""}
known_implementations["tos"] = {
"class": "tosfs.tests.test_fsspec_integration.MyTosFileSystem"
}
Expand Down

0 comments on commit c1303ac

Please sign in to comment.