mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-30 03:39:38 +02:00
fix(langgraph): add async language
This commit is contained in:
@@ -9314,7 +9314,7 @@ async def test_subgraph_resume_reexecutes_from_valid_checkpoint(
|
||||
# resume from model
|
||||
resume_state = history[2]
|
||||
|
||||
result = graph.invoke(Command(resume="resume"), resume_state.config)
|
||||
result = await graph.ainvoke(Command(resume="resume"), resume_state.config)
|
||||
|
||||
assert result["output"] == "subgraph result: inner 3"
|
||||
assert inner_tool_calls == 3
|
||||
|
||||
Reference in New Issue
Block a user