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": [],