Skip to content

Commit 0cd8807

Browse files
committed
made changes suggested by gemini-code-assist
1 parent 1a4772d commit 0cd8807

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tests/server/tasks/test_task_updater.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -537,12 +537,6 @@ async def test_concurrent_updates_race_condition(event_queue):
537537
assert event_queue.enqueue_event.call_count == 1
538538

539539

540-
@pytest.mark.asyncio
541-
async def test_reject_invalid_task_id(event_queue):
542-
"""Test rejecting a task with an invalid ID is handled gracefully."""
543-
pass
544-
545-
546540
@pytest.mark.asyncio
547541
async def test_reject_concurrently_with_complete(event_queue):
548542
"""Test for race conditions when reject and complete are called concurrently."""

0 commit comments

Comments
 (0)