style: format restart recovery test
This commit is contained in:
@@ -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', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user