Skip to content

Commit 35c8c65

Browse files
Update tests/server/tasks/test_task_updater.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent b558948 commit 35c8c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/tasks/test_task_updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def test_init(event_queue: AsyncMock) -> None:
6969
@pytest.mark.asyncio
7070
async def test_update_status_without_message(
7171
task_updater: TaskUpdater, event_queue: AsyncMock
72-
):
72+
) -> None:
7373
"""Test updating status without a message."""
7474
await task_updater.update_status(TaskState.working)
7575

0 commit comments

Comments
 (0)