mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 10:51:27 +01:00
Fix blocking bugs for internal link and sync testing.
This commit is contained in:
@@ -101,6 +101,7 @@ class RegistrationUtilTest {
|
||||
every { Recipient.self() } returns Recipient(profileName = ProfileName.fromParts("Dark", "Helmet"))
|
||||
every { signalStore.svr.hasPin() } returns false
|
||||
every { signalStore.svr.hasOptedOut() } returns false
|
||||
every { signalStore.account.isLinkedDevice } returns false
|
||||
|
||||
RegistrationUtil.maybeMarkRegistrationComplete()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user