style: format restart recovery test

This commit is contained in:
Eyejoker
2026-03-23 01:00:45 +09:00
parent 28eb8c6cb1
commit b5fccf23c4

View File

@@ -64,9 +64,8 @@ describe('getInterruptedRecoveryCandidates', () => {
], ],
}; };
expect( expect(getInterruptedRecoveryCandidates(context, registeredGroups)).toEqual(
getInterruptedRecoveryCandidates(context, registeredGroups), [
).toEqual([
{ {
chatJid: 'dc:1', chatJid: 'dc:1',
groupFolder: 'group-one', groupFolder: 'group-one',
@@ -81,7 +80,8 @@ describe('getInterruptedRecoveryCandidates', () => {
pendingMessages: false, pendingMessages: false,
pendingTasks: 0, pendingTasks: 0,
}, },
]); ],
);
}); });
it('returns empty when there is no explicit restart context', () => { it('returns empty when there is no explicit restart context', () => {