summaryrefslogtreecommitdiffhomepage
path: root/android/service/src/test
diff options
context:
space:
mode:
authorKalle Lindström <karl.lindstrom@mullvad.net>2025-10-27 11:35:42 +0100
committerKalle Lindström <karl.lindstrom@mullvad.net>2025-10-28 15:56:09 +0100
commitd10085b894e0061138c5e0ff4b351ed04a22c65e (patch)
tree277c9237d5b9f97a5acf59fcd9e673738c825eef /android/service/src/test
parent376372c84c6b881e0097e5dab5348adab3e5f100 (diff)
downloadmullvadvpn-d10085b894e0061138c5e0ff4b351ed04a22c65e.tar.xz
mullvadvpn-d10085b894e0061138c5e0ff4b351ed04a22c65e.zip
Rename 'shared' to 'repository'
Diffstat (limited to 'android/service/src/test')
-rw-r--r--android/service/src/test/kotlin/net/mullvad/mullvadvpn/service/notifications/tunnelstate/TunnelStateNotificationProviderTest.kt8
1 files changed, 4 insertions, 4 deletions
diff --git a/android/service/src/test/kotlin/net/mullvad/mullvadvpn/service/notifications/tunnelstate/TunnelStateNotificationProviderTest.kt b/android/service/src/test/kotlin/net/mullvad/mullvadvpn/service/notifications/tunnelstate/TunnelStateNotificationProviderTest.kt
index f14e5236a8..5de22f1b26 100644
--- a/android/service/src/test/kotlin/net/mullvad/mullvadvpn/service/notifications/tunnelstate/TunnelStateNotificationProviderTest.kt
+++ b/android/service/src/test/kotlin/net/mullvad/mullvadvpn/service/notifications/tunnelstate/TunnelStateNotificationProviderTest.kt
@@ -26,10 +26,10 @@ import net.mullvad.mullvadvpn.lib.model.NotificationUpdate
import net.mullvad.mullvadvpn.lib.model.PrepareError
import net.mullvad.mullvadvpn.lib.model.Prepared
import net.mullvad.mullvadvpn.lib.model.TunnelState
-import net.mullvad.mullvadvpn.lib.shared.ConnectionProxy
-import net.mullvad.mullvadvpn.lib.shared.DeviceRepository
-import net.mullvad.mullvadvpn.lib.shared.PrepareVpnUseCase
-import net.mullvad.mullvadvpn.lib.shared.UserPreferencesRepository
+import net.mullvad.mullvadvpn.lib.repository.ConnectionProxy
+import net.mullvad.mullvadvpn.lib.repository.DeviceRepository
+import net.mullvad.mullvadvpn.lib.repository.PrepareVpnUseCase
+import net.mullvad.mullvadvpn.lib.repository.UserPreferencesRepository
import net.mullvad.mullvadvpn.repository.UserPreferences
import org.junit.jupiter.api.BeforeEach
import org.junit.jupiter.api.Test