Skip to content

Commit 7e12450

Browse files
committed
tests: adjust assert
1 parent 662a2ae commit 7e12450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsspec/implementations/tests/test_reference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def test_simple(server, instance_caches):
3333

3434
assert instance_caches.gather_counts() == {
3535
"http": 1,
36-
"reference": 1,
36+
# "reference": 1, <-- ReferenceFileSystem is not cachable
3737
}
3838

3939
assert {

0 commit comments

Comments
 (0)