test(auto-reply): update compaction result fixture

This commit is contained in:
Vincent Koc
2026-04-11 03:09:06 +01:00
parent f6f81960f3
commit db546f8d33

View File

@@ -285,6 +285,9 @@ describe("handleCompactCommand", () => {
ok: true,
compacted: true,
result: {
summary: "compacted",
firstKeptEntryId: "first-kept",
tokensBefore: 999,
tokensAfter: 321,
},
});