From c30c8cb4719a3de7cdf6da4ec6048fe1850ed453 Mon Sep 17 00:00:00 2001 From: joshavant <830519+joshavant@users.noreply.github.com> Date: Sun, 17 May 2026 01:50:07 -0500 Subject: [PATCH] test(tasks): expect classified ACP stall update --- src/tasks/task-registry.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tasks/task-registry.test.ts b/src/tasks/task-registry.test.ts index 4ce0ee2123c..2112972672d 100644 --- a/src/tasks/task-registry.test.ts +++ b/src/tasks/task-registry.test.ts @@ -2977,7 +2977,7 @@ describe("task-registry", () => { await flushAsyncWork(); expectRecordFields(sentMessageCall(), { content: - "Background task update: ACP background task. No output for 1s. It may be waiting for input.", + "Background task update: ACP background task. No prompt submission observed for 1s after child start.", }); expect(peekSystemEvents("agent:main:main")).toStrictEqual([]);