Improve internal backup import UI tool.

This commit is contained in:
Greyson Parrelli
2024-12-19 14:52:31 -05:00
parent fa32f399b2
commit f537fa6436
3 changed files with 55 additions and 23 deletions

View File

@@ -296,7 +296,7 @@ class ArchiveImportExportTests {
length = importData.size.toLong(),
inputStreamFactory = { ByteArrayInputStream(importData) },
selfData = BackupRepository.SelfData(SELF_ACI, SELF_PNI, SELF_E164, ProfileKey(SELF_PROFILE_KEY)),
plaintext = true
backupKey = null
)
}