Skip to content

Commit

Permalink
Update tests/unit/test_cli_sid.py
Browse files Browse the repository at this point in the history
  • Loading branch information
enyst authored Feb 23, 2025
1 parent 8cd5398 commit 8f5e627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_cli_sid.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def mock_controller():

@pytest.mark.asyncio
async def test_cli_session_id_output(mock_runtime, mock_agent, mock_controller, capsys):
# display sid in console when it starts
# display sid in console when starting
await main(asyncio.get_event_loop())
captured = capsys.readouterr()
assert 'Session ID:' in captured.out
Expand Down

0 comments on commit 8f5e627

Please sign in to comment.