chore: remove unnecessary comment

This commit is contained in:
Fahad
2025-06-08 21:07:58 +04:00
parent 9a3c476056
commit 873354864a

View File

@@ -139,7 +139,7 @@ class TestToolHandlers:
async def test_handle_list_tools(self):
"""Test listing available tools"""
tools = await handle_list_tools()
assert len(tools) == 4 # Updated to include get_version
assert len(tools) == 4
tool_names = [tool.name for tool in tools]
assert "chat" in tool_names