Skip to content

Commit 8d92964

Browse files
committed
*
1 parent d309bf2 commit 8d92964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fsspec/implementations/tests/test_cached.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,9 @@ def test_add_file_to_cache_after_save(local_filecache):
325325
fs.save_cache()
326326

327327
fs2 = fsspec.filesystem(
328-
'filecache',
328+
"filecache",
329329
target_protocol="file",
330330
cache_storage=cache_location,
331-
do_not_use_cache_for_this_instance=True # using FS from cache is masking the issue
331+
do_not_use_cache_for_this_instance=True, # using FS from cache is masking the issue
332332
)
333333
assert len(fs2.cached_files[-1]) == 1

0 commit comments

Comments
 (0)