mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 10:51:27 +01:00
Fix several backup related problems.
This commit is contained in:
committed by
Greyson Parrelli
parent
8520108bb2
commit
2d9c572c01
@@ -452,6 +452,7 @@ class InAppPaymentRecurringContextJobTest {
|
||||
|
||||
mockkObject(BackupRepository)
|
||||
every { BackupRepository.getBackupTier() } returns NetworkResult.Success(MessageBackupTier.PAID)
|
||||
every { BackupRepository.resetInitializedStateAndAuthCredentials() } returns Unit
|
||||
|
||||
val iap = insertInAppPayment(
|
||||
type = InAppPaymentType.RECURRING_BACKUP
|
||||
|
||||
Reference in New Issue
Block a user