Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Oct 24, 2024
1 parent 927c343 commit 27d08a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/dask-sidecar/tests/unit/test_dask_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def test_publish_event(
# hence the long time out
message = dask_sub.get(timeout=DASK_TESTING_TIMEOUT_S)
assert message is not None
assert isinstance(message, str)
received_task_log_event = TaskLogEvent.model_validate_json(message)
assert received_task_log_event == event_to_publish

Expand Down

0 comments on commit 27d08a8

Please sign in to comment.