Skip to content

Commit a84a75c

Browse files
Testcases
1 parent 88d27b3 commit a84a75c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/tests/agents/test_tech_support.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,4 +520,5 @@ def test_get_tech_support_tools():
520520
tools = get_tech_support_tools()
521521
assert isinstance(tools, list)
522522
assert len(tools) > 40 # Ensure all tools are included
523-
assert all(isinstance(tool, FunctionTool) for tool in tools)
523+
assert all(isinstance(tool, FunctionTool) for tool in tools)
524+

0 commit comments

Comments
 (0)