Skip to content

Commit 4a46209

Browse files
committed
Fix test
1 parent 9805f35 commit 4a46209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/experimental/utils/test_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def invalid_schema_dict() -> dict[str, Any]:
7777
}
7878

7979

80-
@patch("neo4j_graphrag.experimental.utils.schema.neo4j_viz", None)
80+
@patch("neo4j_graphrag.experimental.utils.schema.VisualizationGraph", None)
8181
def test_schema_visualization_import_error() -> None:
8282
with pytest.raises(ImportError):
8383
schema_visualization({})

0 commit comments

Comments
 (0)