chore: fix tests

This commit is contained in:
2026-02-24 23:12:46 -05:00
parent 76198f6e32
commit b76838ecba

View File

@@ -1,6 +1,6 @@
import pytest import pytest
from src.naliiabot.bot.factories.llm_factory import LLMFactory from naliiabot.bot.factories.llm_factory import LLMFactory
from src.naliiabot.bot.exceptions import NotFoundProviderError from naliiabot.bot.exceptions import NotFoundProviderError
from langchain_anthropic import ChatAnthropic from langchain_anthropic import ChatAnthropic
from langchain_deepseek import ChatDeepSeek from langchain_deepseek import ChatDeepSeek