Skip to content

Commit 939189e

Browse files
Move test file (#708)
* Initial * Update
1 parent b431d01 commit 939189e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/tests/chat/test_tool_calls.py renamed to src/backend/tests/unit/chat/test_tool_calls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from backend.config.tools import AVAILABLE_TOOLS, ToolName
1010
from backend.schemas.tool import ManagedTool
1111
from backend.services.context import Context
12-
from backend.tests.model_deployments.mock_deployments import MockCohereDeployment
12+
from backend.tests.unit.model_deployments.mock_deployments import MockCohereDeployment
1313
from backend.tools.base import BaseTool
1414

1515

0 commit comments

Comments
 (0)