gzdaniel commited on
Commit
02c5d1a
·
1 Parent(s): ed2ddf6

Update comments

Browse files
Files changed (1) hide show
  1. tests/test_graph_storage.py +1 -0
tests/test_graph_storage.py CHANGED
@@ -8,6 +8,7 @@
8
  支持的图存储类型包括:
9
  - NetworkXStorage
10
  - Neo4JStorage
 
11
  - PGGraphStorage
12
  """
13
 
 
8
  支持的图存储类型包括:
9
  - NetworkXStorage
10
  - Neo4JStorage
11
+ - MongoDBStorage
12
  - PGGraphStorage
13
  """
14