chore: remove unnecessary comment
This commit is contained in:
@@ -139,7 +139,7 @@ class TestToolHandlers:
|
|||||||
async def test_handle_list_tools(self):
|
async def test_handle_list_tools(self):
|
||||||
"""Test listing available tools"""
|
"""Test listing available tools"""
|
||||||
tools = await handle_list_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]
|
tool_names = [tool.name for tool in tools]
|
||||||
assert "chat" in tool_names
|
assert "chat" in tool_names
|
||||||
|
|||||||
Reference in New Issue
Block a user