Skip to content

Commit

Permalink
chore: rename ComputeTask DOING to EXECUTING
Browse files Browse the repository at this point in the history
Signed-off-by: Guilhem Barthés <[email protected]>
  • Loading branch information
guilhem-barthes committed Feb 16, 2024
1 parent 693bb5b commit 9d8e04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_execution_compute_plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def test_compute_plan_simple(
== cp.waiting_executor_slot_count
== cp.waiting_builder_slot_count
== cp.building_count
== cp.doing_count
== cp.executing_count
== cp.canceled_count
== cp.failed_count
== 0
Expand Down

0 comments on commit 9d8e04c

Please sign in to comment.