Skip to content

Commit 49a1ae0

Browse files
sandereggCopilot
andcommitted
Update services/director-v2/tests/unit/with_dbs/comp_scheduler/test_scheduler_dask.py
Co-authored-by: Copilot <[email protected]>
1 parent 161bf73 commit 49a1ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/director-v2/tests/unit/with_dbs/comp_scheduler/test_scheduler_dask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2294,7 +2294,7 @@ async def test_getting_task_result_raises_exception(
22942294
):
22952295
# this tests the behavior of the scheduling when the dask client cannot retrieve
22962296
# the result of a task because of some communication error. In this case the task
2297-
# it should be retrieved again in the next iteration and not marked as failed
2297+
# should be retrieved again in the next iteration and not marked as failed
22982298
# immediately.
22992299
async def mocked_get_tasks_status(job_ids: list[str]) -> list[RunningState]:
23002300
return [RunningState.SUCCESS for j in job_ids]

0 commit comments

Comments
 (0)