change from runBlocking to runTest where appropriate

This commit is contained in:
davotoula
2025-10-14 20:34:44 +02:00
parent 50adf82d90
commit 5d6e7d1921
9 changed files with 294 additions and 310 deletions
+3
View File
@@ -117,6 +117,7 @@ kotlin {
commonTest {
dependencies {
implementation(libs.kotlin.test)
implementation(libs.kotlinx.coroutines.test)
}
}
@@ -148,6 +149,7 @@ kotlin {
dependsOn(commonTest.get())
dependencies {
implementation(libs.kotlin.test)
implementation(libs.kotlinx.coroutines.test)
}
}
@@ -201,6 +203,7 @@ kotlin {
implementation(libs.androidx.core)
implementation(libs.androidx.junit)
implementation(libs.androidx.espresso.core)
implementation(libs.kotlinx.coroutines.test)
}
}