Skip to content

Commit

Permalink
Cache http
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Nov 21, 2024
1 parent b8a76ea commit f90e0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsspec/tests/test_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ def test_cache():


def test_cache_not_pickled(server):
fs = fsspec.filesystem("http")
fs = fsspec.filesystem("http", cache_type="readahead")
filepath = server.realfile
length = 3
f = fs.open(filepath, mode="rb")
Expand Down

0 comments on commit f90e0fa

Please sign in to comment.