From f15e67c82c593a41cb0774bfea77f6399a445d40 Mon Sep 17 00:00:00 2001 From: yangdx Date: Sun, 29 Jun 2025 21:53:05 +0800 Subject: [PATCH] Update comments --- tests/test_graph_storage.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_graph_storage.py b/tests/test_graph_storage.py index 64e66f48..258c8795 100644 --- a/tests/test_graph_storage.py +++ b/tests/test_graph_storage.py @@ -8,6 +8,7 @@ 支持的图存储类型包括: - NetworkXStorage - Neo4JStorage +- MongoDBStorage - PGGraphStorage """