mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-31 12:19:58 +02:00
Fix
This commit is contained in:
@@ -938,7 +938,7 @@ async def test_copy_checkpoint(checkpointer_name: str) -> None:
|
||||
async for c in tool_two.astream(
|
||||
{"my_key": "value ⛰️", "market": "DE"}, thread2
|
||||
)
|
||||
] == [
|
||||
] == UnsortedSequence(
|
||||
{
|
||||
"__interrupt__": (
|
||||
Interrupt(
|
||||
@@ -951,7 +951,7 @@ async def test_copy_checkpoint(checkpointer_name: str) -> None:
|
||||
{
|
||||
"tool_one": {"my_key": " one"},
|
||||
},
|
||||
]
|
||||
)
|
||||
# resume with answer
|
||||
assert [
|
||||
c async for c in tool_two.astream(Command(resume=" my answer"), thread2)
|
||||
|
||||
Reference in New Issue
Block a user