We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e579752 commit 261a68aCopy full SHA for 261a68a
1 file changed
tests/fast/test_filesystem.py
@@ -57,8 +57,7 @@ def add_file(fs, filename=FILENAME):
57
58
class TestPythonFilesystem:
59
def test_unregister_non_existent_filesystem(self, duckdb_cursor: DuckDBPyConnection):
60
- with pytest.raises(InvalidInputException):
61
- duckdb_cursor.unregister_filesystem("fake")
+ duckdb_cursor.unregister_filesystem("fake")
62
63
def test_memory_filesystem(self, duckdb_cursor: DuckDBPyConnection, memory: fsspec.AbstractFileSystem):
64
duckdb_cursor.register_filesystem(memory)
0 commit comments