From 9d8e04c913efc0de2c900775ba1b11aa50318f9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilhem=20Barth=C3=A9s?= Date: Fri, 16 Feb 2024 18:19:16 +0100 Subject: [PATCH] chore: rename ComputeTask `DOING` to `EXECUTING` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Guilhem Barthés --- tests/test_execution_compute_plan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_execution_compute_plan.py b/tests/test_execution_compute_plan.py index 09d228b3..b8230093 100644 --- a/tests/test_execution_compute_plan.py +++ b/tests/test_execution_compute_plan.py @@ -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