Fix BackupSubscriptionCheckJobTest.

This commit is contained in:
Greyson Parrelli
2026-06-26 16:10:34 -04:00
committed by Michelle Tang
parent bfdc628dd2
commit 495b5ef9be
@@ -88,6 +88,7 @@ class BackupSubscriptionCheckJobTest {
every { RecurringInAppPaymentRepository.getActiveSubscriptionSync(InAppPaymentSubscriberRecord.Type.BACKUP) } returns NetworkResult.Success(
createActiveSubscription()
)
every { RecurringInAppPaymentRepository.ensureSubscriberIdSync(any(), any(), any()) } returns Unit
mockkObject(BackupRepository)
every { BackupRepository.getBackupTier() } answers {