diff --git a/libs/langgraph/tests/__snapshots__/test_pregel.ambr b/libs/langgraph/tests/__snapshots__/test_pregel.ambr index 5ea6f792a..816273093 100644 --- a/libs/langgraph/tests/__snapshots__/test_pregel.ambr +++ b/libs/langgraph/tests/__snapshots__/test_pregel.ambr @@ -492,15 +492,21 @@ __start__([
__start__
]):::first uno(uno) dos(dos) + __end__([__end__
]):::last __start__ --> uno; uno -.-> dos; uno -.-> subgraph_one; + dos --> __end__; + subgraph___end__ --> __end__; subgraph subgraph subgraph_one(one) subgraph_two(two) subgraph_three(three) - subgraph_one -.-> subgraph_two; + subgraph___end__(__end__
) subgraph_one -.-> subgraph_three; + subgraph_one -.-> subgraph_two; + subgraph_three --> subgraph___end__; + subgraph_two --> subgraph___end__; end classDef default fill:#f2f0ff,line-height:1.2 classDef first fill-opacity:0 @@ -677,26 +683,26 @@ gp_one(gp_one) __end__([__end__
]):::last __start__ --> gp_one; - gp_two___end__ --> gp_one; gp_one -. 0 .-> gp_two___start__; - gp_one -. 1 .-> __end__; + gp_two___end__ --> gp_one; + gp_one -.-> __end__; subgraph gp_two gp_two___start__(__start__
) gp_two_p_one(p_one) gp_two___end__(__end__
) gp_two___start__ --> gp_two_p_one; - gp_two_p_two___end__ --> gp_two_p_one; gp_two_p_one -. 0 .-> gp_two_p_two___start__; - gp_two_p_one -. 1 .-> gp_two___end__; + gp_two_p_two___end__ --> gp_two_p_one; + gp_two_p_one -.-> gp_two___end__; subgraph p_two gp_two_p_two___start__(__start__
) gp_two_p_two_c_one(c_one) gp_two_p_two_c_two(c_two) gp_two_p_two___end__(__end__
) gp_two_p_two___start__ --> gp_two_p_two_c_one; - gp_two_p_two_c_two --> gp_two_p_two_c_one; gp_two_p_two_c_one -. 0 .-> gp_two_p_two_c_two; - gp_two_p_two_c_one -. 1 .-> gp_two_p_two___end__; + gp_two_p_two_c_two --> gp_two_p_two_c_one; + gp_two_p_two_c_one -.-> gp_two_p_two___end__; end end classDef default fill:#f2f0ff,line-height:1.2