We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4230094 commit ca44566Copy full SHA for ca44566
tests/unit/experimental/utils/test_schema.py
@@ -77,7 +77,7 @@ def invalid_schema_dict() -> dict[str, Any]:
77
}
78
79
80
-@patch("neo4j_graphrag.experimental.utils.schema.neo4j_viz", None)
+@patch("neo4j_graphrag.experimental.utils.schema.VisualizationGraph", None)
81
def test_schema_visualization_import_error() -> None:
82
with pytest.raises(ImportError):
83
schema_visualization({})
0 commit comments