Skip to content

Commit a00a2b7

Browse files
author
Your Name
committed
cli-26: fixed black
1 parent 68b2340 commit a00a2b7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/commands/test_switch_agent.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ async def test_execute_agent_not_found(self, mock_coder, mock_io, mock_agent_ser
6363
mock_io.tool_error.assert_called_once_with("Error: Agent 'non-existent-agent' not found.")
6464

6565
@pytest.mark.asyncio
66-
async def test_execute_switch_by_uuid_prefix_tui(
67-
self, mock_coder, mock_io, mock_agent_service
68-
):
66+
async def test_execute_switch_by_uuid_prefix_tui(self, mock_coder, mock_io, mock_agent_service):
6967
"""Test switching to a sub-agent by first 3 UUID chars in TUI mode."""
7068
mock_io.output_queue.put = MagicMock()
7169

0 commit comments

Comments
 (0)