Spaces:
Running
Running
Update test -- target handles matter now.
Browse files
lynxkite-graph-analytics/tests/test_lynxkite_ops.py
CHANGED
@@ -77,13 +77,13 @@ async def test_execute_operation_inputs_correct_cast():
|
|
77 |
)
|
78 |
ws.edges = [
|
79 |
workspace.WorkspaceEdge(
|
80 |
-
id="1", source="1", target="2", sourceHandle="
|
81 |
),
|
82 |
workspace.WorkspaceEdge(
|
83 |
-
id="2", source="2", target="3", sourceHandle="
|
84 |
),
|
85 |
workspace.WorkspaceEdge(
|
86 |
-
id="3", source="3", target="4", sourceHandle="
|
87 |
),
|
88 |
]
|
89 |
|
|
|
77 |
)
|
78 |
ws.edges = [
|
79 |
workspace.WorkspaceEdge(
|
80 |
+
id="1", source="1", target="2", sourceHandle="output", targetHandle="graph"
|
81 |
),
|
82 |
workspace.WorkspaceEdge(
|
83 |
+
id="2", source="2", target="3", sourceHandle="output", targetHandle="bundle"
|
84 |
),
|
85 |
workspace.WorkspaceEdge(
|
86 |
+
id="3", source="3", target="4", sourceHandle="output", targetHandle="bundle"
|
87 |
),
|
88 |
]
|
89 |
|