From 5eecd2ac3a3be84082e2163ac350677d4a2f6611 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Wed, 2 Apr 2025 13:31:36 -0700 Subject: [PATCH] Update --- libs/langgraph/tests/test_pregel.py | 6 +++--- libs/langgraph/tests/test_pregel_async.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libs/langgraph/tests/test_pregel.py b/libs/langgraph/tests/test_pregel.py index 2264ec756..6d47f36e7 100644 --- a/libs/langgraph/tests/test_pregel.py +++ b/libs/langgraph/tests/test_pregel.py @@ -1234,7 +1234,7 @@ def test_pending_writes_resume( } }, checkpoint={ - "v": 2, + "v": 3, "id": AnyStr(), "ts": AnyStr(), "pending_sends": [], @@ -1292,7 +1292,7 @@ def test_pending_writes_resume( } }, checkpoint={ - "v": 2, + "v": 3, "id": AnyStr(), "ts": AnyStr(), "pending_sends": [], @@ -1343,7 +1343,7 @@ def test_pending_writes_resume( } }, checkpoint={ - "v": 2, + "v": 3, "id": AnyStr(), "ts": AnyStr(), "pending_sends": [], diff --git a/libs/langgraph/tests/test_pregel_async.py b/libs/langgraph/tests/test_pregel_async.py index e5b94ac60..327236d7f 100644 --- a/libs/langgraph/tests/test_pregel_async.py +++ b/libs/langgraph/tests/test_pregel_async.py @@ -2068,7 +2068,7 @@ async def test_pending_writes_resume( } }, checkpoint={ - "v": 2, + "v": 3, "id": AnyStr(), "ts": AnyStr(), "pending_sends": [], @@ -2128,7 +2128,7 @@ async def test_pending_writes_resume( } }, checkpoint={ - "v": 2, + "v": 3, "id": AnyStr(), "ts": AnyStr(), "pending_sends": [], @@ -2181,7 +2181,7 @@ async def test_pending_writes_resume( } }, checkpoint={ - "v": 2, + "v": 3, "id": AnyStr(), "ts": AnyStr(), "pending_sends": [],