mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-09 19:27:54 +02:00
fix test to reflect bug fix
This commit is contained in:
@@ -8233,11 +8233,6 @@ async def test_handles_multiple_interrupts_from_tasks() -> None:
|
||||
resumable=True,
|
||||
ns=[AnyStr("program:"), AnyStr("add_participant:")],
|
||||
),
|
||||
Interrupt(
|
||||
value="Hey do you want to add James?",
|
||||
resumable=True,
|
||||
ns=[AnyStr("program:"), AnyStr("add_participant:")],
|
||||
),
|
||||
]
|
||||
}
|
||||
|
||||
@@ -8258,11 +8253,6 @@ async def test_handles_multiple_interrupts_from_tasks() -> None:
|
||||
resumable=True,
|
||||
ns=[AnyStr("program:"), AnyStr("add_participant:")],
|
||||
),
|
||||
Interrupt(
|
||||
value="Hey do you want to add Will?",
|
||||
resumable=True,
|
||||
ns=[AnyStr("program:"), AnyStr("add_participant:")],
|
||||
),
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user