From 0597e8a06598db3176f2579355427d151d071ae2 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 7 May 2026 05:59:40 +0100 Subject: [PATCH] test: align task audit fixture with lost-task projection --- src/commands/tasks.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/tasks.test.ts b/src/commands/tasks.test.ts index d6fc4f564cb..9eba1ec46cb 100644 --- a/src/commands/tasks.test.ts +++ b/src/commands/tasks.test.ts @@ -87,7 +87,7 @@ describe("tasks commands", () => { }; }; - expect(payload.summary.byCode.stale_running).toBe(1); + expect(payload.summary.byCode.lost).toBe(1); expect(payload.summary.taskFlows.byCode.stale_waiting).toBe(1); expect(payload.summary.taskFlows.byCode.missing_linked_tasks).toBe(1); expect(payload.summary.combined.total).toBe(3);