From e618794a96a23062662c11b9fbb7970bc33b8bcb Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 26 Feb 2026 22:03:21 +0000 Subject: [PATCH] test: align compaction hook usage expectation --- src/plugins/wired-hooks-compaction.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/wired-hooks-compaction.test.ts b/src/plugins/wired-hooks-compaction.test.ts index b4484ab9b01..7ba3c3ad090 100644 --- a/src/plugins/wired-hooks-compaction.test.ts +++ b/src/plugins/wired-hooks-compaction.test.ts @@ -154,7 +154,7 @@ describe("compaction hook wiring", () => { }); }); - it("clears stale assistant usage after final compaction", () => { + it("resets stale assistant usage after final compaction", () => { const messages = [ { role: "user", content: "hello" }, {