File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/sim/executor/execution Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1389,7 +1389,7 @@ describe('EdgeManager', () => {
13891389 const nodeBNode = createMockNode ( nodeBId , [ { target : sentinelEndId } ] , [ conditionId ] )
13901390 const sentinelEndNode = createMockNode (
13911391 sentinelEndId ,
1392- [ { target : sentinelStartId , sourceHandle : 'loop-continue' } ] , // Alternative handle
1392+ [ { target : sentinelStartId , sourceHandle : 'loop-continue-source ' } ] ,
13931393 [ nodeAId , nodeBId ]
13941394 )
13951395
@@ -1408,7 +1408,7 @@ describe('EdgeManager', () => {
14081408 edgeManager . processOutgoingEdges ( nodeBNode , { } )
14091409
14101410 const ready = edgeManager . processOutgoingEdges ( sentinelEndNode , {
1411- selectedRoute : 'loop-continue ' ,
1411+ selectedRoute : 'loop_continue ' ,
14121412 } )
14131413 expect ( ready ) . toContain ( sentinelStartId )
14141414 } )
You can’t perform that action at this time.
0 commit comments