mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-26 03:25:06 +02:00
Try to fix test
This commit is contained in:
@@ -514,6 +514,7 @@ async def test_cancel_graph_astream_events_v2(checkpointer_name: Optional[str])
|
||||
if chunk["event"] == "on_chain_stream" and not chunk["parent_ids"]:
|
||||
got_event = True
|
||||
assert chunk["data"]["chunk"] == {"alittlewhile": {"value": 2}}
|
||||
await asyncio.sleep(0)
|
||||
break
|
||||
|
||||
# did break
|
||||
|
||||
Reference in New Issue
Block a user