From 0e6e11414336eca38f41d92fff8f37e94a76b8c2 Mon Sep 17 00:00:00 2001 From: kanesoban Date: Tue, 17 Dec 2024 14:02:59 +0100 Subject: [PATCH] Fixed fixture --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 88ee7ea..65c4ac7 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -107,7 +107,7 @@ def brain_region_json_path(): return br_path -@pytest.fixture +@pytest_asyncio.fixture async def fake_llm_with_tools(brain_region_json_path): class FakeFuntionChatModel(GenericFakeChatModel): def bind_tools(self, functions: list):