mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-06 13:40:25 +00:00
fix: use public api
This commit is contained in:
@@ -349,7 +349,7 @@ describe('useExecutionStore - executingNode with subgraphs', () => {
|
||||
id: 'sub-uuid'
|
||||
})
|
||||
// Add the mock node to the subgraph
|
||||
testSubgraph._nodes.push(mockNodeInSubgraph)
|
||||
testSubgraph.add(mockNodeInSubgraph)
|
||||
|
||||
// Create a subgraph node using the helper
|
||||
const mockSubgraphNode = createTestSubgraphNode(testSubgraph, {
|
||||
|
||||
Reference in New Issue
Block a user