paired: suppress stale finalize retries

This commit is contained in:
ejclaw
2026-04-11 09:18:47 +09:00
parent fe9d265c66
commit a858cc0cab
8 changed files with 273 additions and 3 deletions

View File

@@ -132,6 +132,7 @@ vi.mock('./db.js', () => {
};
},
),
getPairedTurnAttempts: vi.fn(() => []),
getOpenWorkItem,
getOpenWorkItemForChat: vi.fn((chatJid: string) =>
getOpenWorkItem(chatJid),