We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e713d1 commit 059396eCopy full SHA for 059396e
1 file changed
legacy/core/src/test/java/com/fsck/k9/preferences/SettingsImporterTest.kt
@@ -15,6 +15,7 @@ import assertk.assertions.prop
15
import com.fsck.k9.K9RobolectricTest
16
import com.fsck.k9.Preferences
17
import java.util.UUID
18
+import kotlinx.coroutines.ExperimentalCoroutinesApi
19
import kotlinx.coroutines.test.UnconfinedTestDispatcher
20
import kotlinx.coroutines.test.runTest
21
import org.junit.Before
@@ -117,6 +118,7 @@ class SettingsImporterTest : K9RobolectricTest() {
117
118
}.isInstanceOf<SettingsImportExportException>()
119
}
120
121
+ @OptIn(ExperimentalCoroutinesApi::class)
122
@Test
123
fun `importSettings() should disable accounts needing passwords`() = runTest(UnconfinedTestDispatcher()) {
124
val accountUuid = UUID.randomUUID().toString()
0 commit comments