Skip to content

Commit

Permalink
Add tests for returned task state
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Oct 25, 2024
1 parent d1e9926 commit c6f1224
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ def test_basic(server):
timeout=None,
)

server.run_blockwise([task])
task_state = server.run_blockwise([task])
assert task_state[task.task_id].is_done(), task_state[task.task_id]

0 comments on commit c6f1224

Please sign in to comment.