From ccea39500299e98c6a893ef8a83cc35696d3fc7a Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Thu, 21 Mar 2024 16:06:23 -0700 Subject: [PATCH] Fox --- tests/test_pregel_async.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_pregel_async.py b/tests/test_pregel_async.py index b4d8cb1cf..4cca085e1 100644 --- a/tests/test_pregel_async.py +++ b/tests/test_pregel_async.py @@ -3069,7 +3069,7 @@ async def test_in_one_fan_out_state_graph_waiting_edge_multiple() -> None: async def decider(data: State) -> None: return None - async def decider_cond(data: State) -> str: + def decider_cond(data: State) -> str: if data["query"].count("analyzed") > 1: return "qa" else: