We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d309bf2 commit 8d92964Copy full SHA for 8d92964
fsspec/implementations/tests/test_cached.py
@@ -325,9 +325,9 @@ def test_add_file_to_cache_after_save(local_filecache):
325
fs.save_cache()
326
327
fs2 = fsspec.filesystem(
328
- 'filecache',
+ "filecache",
329
target_protocol="file",
330
cache_storage=cache_location,
331
- do_not_use_cache_for_this_instance=True # using FS from cache is masking the issue
+ do_not_use_cache_for_this_instance=True, # using FS from cache is masking the issue
332
)
333
assert len(fs2.cached_files[-1]) == 1
0 commit comments