Skip to content

Commit 425797a

Browse files
committed
Added suggestion of Jib about test docstring
1 parent 92d4b87 commit 425797a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/langchain-mongodb/tests/integration_tests/test_graphrag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def test_networkx(graph_store):
326326

327327
@pytest.mark.viz
328328
def test_view(graph_store):
329-
"""Basic test that MongoDBGraphStore can be exported to NetworkX Graph.
329+
"""Basic test that MongoDBGraphStore can be visualized through HoloViews.
330330
331331
See examples for self-contained Jupyter notebook example.
332332
To run: `pytest -m viz`

0 commit comments

Comments
 (0)