We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9d644 commit d8c196eCopy full SHA for d8c196e
python/tests/test_fsspec.py
@@ -18,7 +18,7 @@ def test_dirs(fs: HdfsFileSystem):
18
fs.mkdir("/testdir/nested/dir")
19
assert fs.info("/testdir/nested/dir")["type"] == "directory"
20
21
- with pytest.raises(FileExistsError):
+ with pytest.raises(RuntimeError):
22
fs.mkdir("/testdir/nested2/dir", create_parents=False)
23
24
with pytest.raises(RuntimeError):
0 commit comments