mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-24 16:42:24 +02:00
revert debugging note"
"
This commit is contained in:
@@ -6218,7 +6218,7 @@ def test_multiple_interrupts_functional(
|
||||
values = []
|
||||
|
||||
for idx in [1, 2, 3]:
|
||||
values.extend([double(idx).result(), interrupt({"a": f"boo + {idx}"})])
|
||||
values.extend([double(idx).result(), interrupt({"a": "boo"})])
|
||||
|
||||
return {"values": values}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user