diff --git a/libs/langgraph/tests/test_pregel_async.py b/libs/langgraph/tests/test_pregel_async.py index 39d3d34a6..e97b8e164 100644 --- a/libs/langgraph/tests/test_pregel_async.py +++ b/libs/langgraph/tests/test_pregel_async.py @@ -939,9 +939,6 @@ async def test_copy_checkpoint(checkpointer_name: str) -> None: {"my_key": "value ⛰️", "market": "DE"}, thread2 ) ] == [ - { - "tool_one": {"my_key": " one"}, - }, { "__interrupt__": ( Interrupt( @@ -951,6 +948,9 @@ async def test_copy_checkpoint(checkpointer_name: str) -> None: ), ) }, + { + "tool_one": {"my_key": " one"}, + }, ] # resume with answer assert [