File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -505,8 +505,8 @@ def test_is_fsspec_url_chained():
505
505
# GH#48978 Support chained fsspec URLs
506
506
# See https://filesystem-spec.readthedocs.io/en/latest/features.html#url-chaining.
507
507
assert icom .is_fsspec_url ("filecache::s3://pandas/test.csv" )
508
- assert icom .is_fsspec_url ("zip://test.csv::filecache::gcs://bucket/afile .zip" )
509
- assert icom .is_fsspec_url ("filecache::zip://test.csv::gcs://bucket/afile .zip" )
508
+ assert icom .is_fsspec_url ("zip://test.csv::filecache::gcs://bucket/file .zip" )
509
+ assert icom .is_fsspec_url ("filecache::zip://test.csv::gcs://bucket/file .zip" )
510
510
assert icom .is_fsspec_url ("filecache::dask::s3://pandas/test.csv" )
511
511
assert not icom .is_fsspec_url ("filecache:s3://pandas/test.csv" )
512
512
assert not icom .is_fsspec_url ("filecache:::s3://pandas/test.csv" )
You can’t perform that action at this time.
0 commit comments