From c3b63f525452228425e22597d0b4c8310cb03f93 Mon Sep 17 00:00:00 2001 From: kanesoban Date: Tue, 17 Dec 2024 14:01:14 +0100 Subject: [PATCH] Fix 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):