Skip to content

Commit

Permalink
Fixed fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
kanesoban committed Dec 17, 2024
1 parent 7f1e047 commit 4a7388f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 4a7388f

Please sign in to comment.