Skip to content

Commit 964b684

Browse files
committed
test(reply): remove unused memory flush result
1 parent b62c414 commit 964b684

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/auto-reply/reply/agent-runner-memory.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ describe("runMemoryFlushIfNeeded", () => {
398398
),
399399
);
400400

401-
const result = await runMemoryFlushIfNeeded({
401+
await runMemoryFlushIfNeeded({
402402
cfg: { agents: { defaults: { compaction: { memoryFlush: {} } } } },
403403
followupRun: createTestFollowupRun(),
404404
sessionCtx: { Provider: "whatsapp" } as unknown as TemplateContext,

0 commit comments

Comments
 (0)