summaryrefslogtreecommitdiffhomepage
path: root/android/lib/ipc/src
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2024-01-15 13:14:51 +0100
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2024-01-15 17:54:44 +0100
commit6b35d1c592fb76c5f136141bc8c3e1ae751c88be (patch)
treedc6fd4727a6ef2518879745dd0d5d26c885d533f /android/lib/ipc/src
parentcbbcdaed5579286c825620fbf2505cd5a3016e53 (diff)
downloadmullvadvpn-6b35d1c592fb76c5f136141bc8c3e1ae751c88be.tar.xz
mullvadvpn-6b35d1c592fb76c5f136141bc8c3e1ae751c88be.zip
Migrate ipc tests to junit5
Diffstat (limited to 'android/lib/ipc/src')
-rw-r--r--android/lib/ipc/src/androidTest/kotlin/net/mullvad/mullvadvpn/lib/ipc/HandlerFlowTest.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/lib/ipc/src/androidTest/kotlin/net/mullvad/mullvadvpn/lib/ipc/HandlerFlowTest.kt b/android/lib/ipc/src/androidTest/kotlin/net/mullvad/mullvadvpn/lib/ipc/HandlerFlowTest.kt
index e3ad447cc2..a125af6059 100644
--- a/android/lib/ipc/src/androidTest/kotlin/net/mullvad/mullvadvpn/lib/ipc/HandlerFlowTest.kt
+++ b/android/lib/ipc/src/androidTest/kotlin/net/mullvad/mullvadvpn/lib/ipc/HandlerFlowTest.kt
@@ -9,7 +9,7 @@ import kotlinx.coroutines.flow.take
import kotlinx.coroutines.flow.toList
import kotlinx.coroutines.runBlocking
import kotlinx.parcelize.Parcelize
-import org.junit.Test
+import org.junit.jupiter.api.Test
class HandlerFlowTest {
val looper by lazy { Looper.getMainLooper() }