diff options
| author | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2024-01-16 10:37:39 +0100 |
|---|---|---|
| committer | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2024-01-16 10:37:39 +0100 |
| commit | ee9597c4628773fcc6cc93306bab5e01ce2401f1 (patch) | |
| tree | b31dc3da5c2089430d887a2ea3662adfba364aca /android/lib/ipc/src | |
| parent | 2ddea954bd1f4bfb351d9ae6e93440be000a17a6 (diff) | |
| parent | 90e0283595e61de703d93cdc8871d7b16ae5f80f (diff) | |
| download | mullvadvpn-ee9597c4628773fcc6cc93306bab5e01ce2401f1.tar.xz mullvadvpn-ee9597c4628773fcc6cc93306bab5e01ce2401f1.zip | |
Merge branch 'migrate-missed-junit4-test-and-try-to-prevent-junit4-for-droid-636'
Diffstat (limited to 'android/lib/ipc/src')
| -rw-r--r-- | android/lib/ipc/src/androidTest/kotlin/net/mullvad/mullvadvpn/lib/ipc/HandlerFlowTest.kt | 2 |
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() } |
