From b76838ecbad627bc744bb5cbeecda5fe9dc4307d Mon Sep 17 00:00:00 2001 From: aserrador Date: Tue, 24 Feb 2026 23:12:46 -0500 Subject: [PATCH] chore: fix tests --- tests/test_factories.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_factories.py b/tests/test_factories.py index 10fd8ad..c42dbb1 100644 --- a/tests/test_factories.py +++ b/tests/test_factories.py @@ -1,6 +1,6 @@ import pytest -from src.naliiabot.bot.factories.llm_factory import LLMFactory -from src.naliiabot.bot.exceptions import NotFoundProviderError +from naliiabot.bot.factories.llm_factory import LLMFactory +from naliiabot.bot.exceptions import NotFoundProviderError from langchain_anthropic import ChatAnthropic from langchain_deepseek import ChatDeepSeek