Skip to content

Commit

Permalink
fix test_graph_storage
Browse files Browse the repository at this point in the history
  • Loading branch information
ILSparkle committed Dec 10, 2024
1 parent 311128e commit ef218d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/graph/test_graph_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class Relation(BaseModel):

def test_graph_storage():
storage = AutoGraphStorage("test_db")
storage.destroy()

# 测试节点插入
entity_keys = ["entity1", "entity2"]
Expand Down

0 comments on commit ef218d4

Please sign in to comment.