We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e250d commit 03664f7Copy full SHA for 03664f7
kotlinx-coroutines-test/MIGRATION.md
@@ -32,7 +32,7 @@ fun testFoo() = runTest {
32
}
33
advanceUntilIdle()
34
customCaptor.cleanupTestCoroutines()
35
- }
+}
36
```
37
38
### `DelayController`
@@ -89,7 +89,7 @@ fun testFoo() = runTest {
89
90
91
// check the list of the caught exceptions
92
93
94
95
## Auto-replace `TestCoroutineScope` constructor function with `createTestCoroutineScope`
@@ -178,7 +178,7 @@ fun testFoo() = runTest {
178
deferred.getCompletionExceptionOrNull()?.let {
179
throw it
180
181
182
183
184
### Only a single call to `runTest` is permitted per test.
0 commit comments