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 a4ba997 commit 8957193Copy full SHA for 8957193
pydatalab/tests/server/test_graph.py
@@ -129,8 +129,8 @@ def test_simple_graph(admin_client):
129
assert len(graph["edges"]) == 2
130
131
graph = admin_client.get("/item-graph/parent").json
132
- assert len(graph["nodes"]) == 6
133
- assert len(graph["edges"]) == 5
+ assert len(graph["nodes"]) == 7
+ assert len(graph["edges"]) == 8
134
135
samples = sample_list.json["responses"]
136
@@ -156,5 +156,5 @@ def test_simple_graph(admin_client):
156
assert len(graph["edges"]) == 4
157
158
159
160
+ assert len(graph["edges"]) == 10
0 commit comments