diff --git a/cognee/tests/unit/infrastructure/databases/graph/kuzu/test_adapter_s3_migration.py b/cognee/tests/unit/infrastructure/databases/graph/kuzu/test_adapter_s3_migration.py index 749f2df1e..fbce7a798 100644 --- a/cognee/tests/unit/infrastructure/databases/graph/kuzu/test_adapter_s3_migration.py +++ b/cognee/tests/unit/infrastructure/databases/graph/kuzu/test_adapter_s3_migration.py @@ -105,7 +105,6 @@ def _load_adapter_with_stubs(monkeypatch): engine_mod.DataPoint = _DataPoint # files.storage.get_file_storage stub - files_storage_pkg = _install_stub("cognee.infrastructure.files") storage_pkg = _install_stub("cognee.infrastructure.files.storage") storage_pkg.get_file_storage = lambda path: types.SimpleNamespace( ensure_directory_exists=lambda: None