mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-17 15:33:30 +01:00
Update internal and local backup access.
This commit is contained in:
committed by
Greyson Parrelli
parent
bd4ce1788c
commit
95c0bc6052
@@ -8,6 +8,7 @@ import assertk.assertions.isNull
|
||||
import io.mockk.every
|
||||
import io.mockk.mockk
|
||||
import io.mockk.mockkObject
|
||||
import io.mockk.mockkStatic
|
||||
import io.mockk.slot
|
||||
import io.mockk.unmockkAll
|
||||
import io.mockk.verify
|
||||
@@ -80,6 +81,7 @@ class GroupManagerV2Test_edit {
|
||||
@Before
|
||||
fun setUp() {
|
||||
mockkObject(RemoteConfig)
|
||||
mockkStatic(RemoteConfig::class)
|
||||
mockkObject(SignalStore)
|
||||
every { RemoteConfig.internalUser } returns false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user