This commit is contained in:
Nuno Campos
2025-03-17 20:12:33 -07:00
parent 1976d6584c
commit eae1faa656
+2 -2
View File
@@ -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)