Skip to content

Commit

Permalink
fixed broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neagu committed Dec 13, 2024
1 parent d6b89a9 commit 4204990
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ async def _return_tasks_pending(job_ids: list[str]) -> list[DaskClientTaskState]
callback=mock.ANY,
metadata=mock.ANY,
hardware_info=mock.ANY,
run_id=mock.ANY,
)
for p in expected_pending_tasks
],
Expand Down Expand Up @@ -654,6 +655,7 @@ async def _return_random_task_result(job_id) -> TaskOutputData:
callback=mock.ANY,
metadata=mock.ANY,
hardware_info=mock.ANY,
run_id=mock.ANY,
)
mocked_dask_client.send_computation_tasks.reset_mock()
mocked_dask_client.get_tasks_status.assert_has_calls(
Expand Down

0 comments on commit 4204990

Please sign in to comment.