Skip to content

Commit 261a68a

Browse files
committed
Fix test
1 parent e579752 commit 261a68a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/fast/test_filesystem.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ def add_file(fs, filename=FILENAME):
5757

5858
class TestPythonFilesystem:
5959
def test_unregister_non_existent_filesystem(self, duckdb_cursor: DuckDBPyConnection):
60-
with pytest.raises(InvalidInputException):
61-
duckdb_cursor.unregister_filesystem("fake")
60+
duckdb_cursor.unregister_filesystem("fake")
6261

6362
def test_memory_filesystem(self, duckdb_cursor: DuckDBPyConnection, memory: fsspec.AbstractFileSystem):
6463
duckdb_cursor.register_filesystem(memory)

0 commit comments

Comments
 (0)