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