From ef218d41d6283783a925bc924e701d77dbb86c0a Mon Sep 17 00:00:00 2001 From: ILSparkle <1498283309@qq.com> Date: Tue, 10 Dec 2024 08:22:22 -0800 Subject: [PATCH] fix test_graph_storage --- tests/graph/test_graph_storage.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/graph/test_graph_storage.py b/tests/graph/test_graph_storage.py index 10b6925..d5458d5 100644 --- a/tests/graph/test_graph_storage.py +++ b/tests/graph/test_graph_storage.py @@ -17,7 +17,6 @@ class Relation(BaseModel): def test_graph_storage(): storage = AutoGraphStorage("test_db") - storage.destroy() # 测试节点插入 entity_keys = ["entity1", "entity2"]