Skip to content

Commit e2a77bc

Browse files
Testcases
1 parent e7b2375 commit e2a77bc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/backend/tests/agents/test_tech_support.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,5 +521,3 @@ def test_get_tech_support_tools():
521521
assert isinstance(tools, list)
522522
assert len(tools) > 40 # Ensure all tools are included
523523
assert all(isinstance(tool, FunctionTool) for tool in tools)
524-
525-

0 commit comments

Comments
 (0)