We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d92964 commit 66c5d83Copy full SHA for 66c5d83
fsspec/implementations/tests/test_cached.py
@@ -328,6 +328,6 @@ def test_add_file_to_cache_after_save(local_filecache):
328
"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, # cache is masking the issue
332
)
333
assert len(fs2.cached_files[-1]) == 1
0 commit comments