We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c3955 commit 1853231Copy full SHA for 1853231
tests/test_store/test_fsspec.py
@@ -365,7 +365,7 @@ def test_open_fsmap_file_raises(tmp_path: pathlib.Path) -> None:
365
fsspec = pytest.importorskip("fsspec.implementations.local")
366
fs = fsspec.LocalFileSystem(auto_mkdir=False)
367
mapper = fs.get_mapper(tmp_path)
368
- with pytest.raises(ValueError, match="LocalFilesystem .*"):
+ with pytest.raises(FileNotFoundError, match="No such file or directory: .*"):
369
array_roundtrip(mapper)
370
371
0 commit comments