mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-09 11:17:53 +02:00
Update libs/langgraph/tests/test_pregel_async.py
This commit is contained in:
@@ -8191,7 +8191,7 @@ async def test_handles_multiple_interrupts_from_tasks() -> None:
|
||||
|
||||
|
||||
@NEEDS_CONTEXTVARS
|
||||
async def test_tasks_in_interrupts_surfaced_once() -> None:
|
||||
async def test_interrupts_in_tasks_surfaced_once() -> None:
|
||||
@task
|
||||
async def add_participant(name: str) -> str:
|
||||
feedback = interrupt(f"Hey do you want to add {name}?")
|
||||
|
||||
Reference in New Issue
Block a user