From 47a47b58fe01126a57189e806418210615f2f50b Mon Sep 17 00:00:00 2001 From: cfdaily Date: Sun, 17 May 2026 21:15:34 +0800 Subject: [PATCH] auto-sync: 2026-05-17 21:15:34 --- tests/test_dispatcher.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_dispatcher.py b/tests/test_dispatcher.py index b4b21be..ba67870 100644 --- a/tests/test_dispatcher.py +++ b/tests/test_dispatcher.py @@ -243,7 +243,6 @@ class TestBatchDecision: assigned_by="daemon", task_type="coding", description="Implement X", must_haves="Tests, Docs", ) - msg = dispatcher._build_message(task, "execute") + msg = dispatcher._build_spawn_message(task, "zhangfei-dev", {}) assert "Build Feature" in msg assert "Implement X" in msg - assert "execute" in msg