From e23175507eaf74a8c429ec91cb141a41b70fcc78 Mon Sep 17 00:00:00 2001 From: Daulet Amirkhanov Date: Tue, 19 Aug 2025 11:47:20 +0100 Subject: [PATCH] Apply suggestion from @daukadolt --- .../databases/graph/kuzu/test_adapter_s3_migration.py | 1 - 1 file changed, 1 deletion(-) 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