Update internal and local backup access.

This commit is contained in:
Alex Hart
2026-02-27 14:48:59 -04:00
committed by Greyson Parrelli
parent bd4ce1788c
commit 95c0bc6052
4 changed files with 10 additions and 3 deletions

View File

@@ -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