diff --git a/src/script/backup/BackupRepository.test.ts b/src/script/backup/BackupRepository.test.ts index 78b4cd053bb..19f724a7bdb 100644 --- a/src/script/backup/BackupRepository.test.ts +++ b/src/script/backup/BackupRepository.test.ts @@ -82,6 +82,8 @@ async function buildBackupRepository() { const backupService = new BackupService(storageService); const conversationRepository = { + init1To1Conversations: jest.fn(), + getAllLocalConversations: jest.fn(), checkForDeletedConversations: jest.fn(), mapConnections: jest.fn().mockImplementation(() => []), updateConversationStates: jest.fn().mockImplementation(conversations => conversations),