From 67075bfb7fc18589612771dd2dee5e1b118033a3 Mon Sep 17 00:00:00 2001 From: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com> Date: Wed, 23 Apr 2025 15:50:22 -0700 Subject: [PATCH] Update libs/langgraph/tests/test_pregel_async.py --- libs/langgraph/tests/test_pregel_async.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/langgraph/tests/test_pregel_async.py b/libs/langgraph/tests/test_pregel_async.py index 58f481f4a..af3b16dfa 100644 --- a/libs/langgraph/tests/test_pregel_async.py +++ b/libs/langgraph/tests/test_pregel_async.py @@ -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}?")