From c1303ac82d2f062b197a72ddae18142a355b3eda Mon Sep 17 00:00:00 2001 From: yanghua Date: Thu, 14 Nov 2024 11:55:06 +0800 Subject: [PATCH] Add more test cases about fsspec integration --- tosfs/tests/test_fsspec_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tosfs/tests/test_fsspec_integration.py b/tosfs/tests/test_fsspec_integration.py index 54c2ed9..120839c 100644 --- a/tosfs/tests/test_fsspec_integration.py +++ b/tosfs/tests/test_fsspec_integration.py @@ -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" }