Skip to content

Commit

Permalink
pylance
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Mar 20, 2023
1 parent 554e3c1 commit 485e70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/dask-sidecar/tests/unit/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ def test_run_computational_sidecar_dask(
worker_name = next(iter(dask_client.scheduler_info()["workers"]))

output_data = future.result()
assert isinstance(output_data, dict)
assert isinstance(output_data, TaskOutputData)

# check that the task produces expected logs
worker_logs = [log for _, log in dask_client.get_worker_logs()[worker_name]] # type: ignore
Expand Down

0 comments on commit 485e70c

Please sign in to comment.