Skip to content

Commit 73fe783

Browse files
committed
fourth level header - remove code
1 parent 383f8ae commit 73fe783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kotlinx-coroutines-test/MIGRATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ code until the first suspension is executed without dispatching.
151151

152152
There are two common ways in which this property is useful.
153153

154-
#### `TestCoroutineDispatcher` for the top-level coroutine
154+
#### TestCoroutineDispatcher for the top-level coroutine
155155

156156
Some tests that rely on `launch` and `async` blocks being entered immediately have a form similar to this:
157157
```kotlin
@@ -177,7 +177,7 @@ blocks.
177177
Note though that *this only works at the top level*: if a child coroutine also called `launch` or `async`, we don't provide
178178
any guarantees about their dispatching order.
179179

180-
#### `TestCoroutineDispatcher` for testing intermediate emissions
180+
#### TestCoroutineDispatcher for testing intermediate emissions
181181

182182
Some code tests `StateFlow` or channels in a manner similar to this:
183183

0 commit comments

Comments
 (0)