From ff310cc8d609d246844c3bb452111b55f99e1386 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Mon, 14 Oct 2024 15:45:12 -0700 Subject: [PATCH] One more --- libs/langgraph/tests/test_pregel_async.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/libs/langgraph/tests/test_pregel_async.py b/libs/langgraph/tests/test_pregel_async.py index 44bee3f72..1c45d414f 100644 --- a/libs/langgraph/tests/test_pregel_async.py +++ b/libs/langgraph/tests/test_pregel_async.py @@ -9626,6 +9626,12 @@ async def test_weather_subgraph( "thread_id": "14", "checkpoint_ns": AnyStr("weather_graph:"), "checkpoint_id": AnyStr(), + "checkpoint_map": AnyDict( + { + "": AnyStr(), + AnyStr("weather_graph:"): AnyStr(), + } + ), } }, tasks=( @@ -9717,6 +9723,12 @@ async def test_weather_subgraph( "thread_id": "14", "checkpoint_ns": AnyStr("weather_graph:"), "checkpoint_id": AnyStr(), + "checkpoint_map": AnyDict( + { + "": AnyStr(), + AnyStr("weather_graph:"): AnyStr(), + } + ), } }, tasks=(),