mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-23 03:05:26 +00:00
Add more linked device checks to various jobs.
This commit is contained in:
@@ -67,6 +67,7 @@ class InAppPaymentRecurringContextJobTest {
|
||||
Log.initialize(SystemOutLogger())
|
||||
|
||||
every { mockSignalStore.account.isRegistered } returns true
|
||||
every { mockSignalStore.account.isLinkedDevice } returns false
|
||||
every { mockSignalStore.inAppPayments.setLastEndOfPeriod(any()) } returns Unit
|
||||
|
||||
recipientTable = mockk(relaxed = true)
|
||||
|
||||
Reference in New Issue
Block a user