Skip to content

Commit

Permalink
fourth level header - remove code
Browse files Browse the repository at this point in the history
  • Loading branch information
Quattro8 committed Sep 25, 2024
1 parent 383f8ae commit 73fe783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kotlinx-coroutines-test/MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ code until the first suspension is executed without dispatching.

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

#### `TestCoroutineDispatcher` for the top-level coroutine
#### TestCoroutineDispatcher for the top-level coroutine

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

#### `TestCoroutineDispatcher` for testing intermediate emissions
#### TestCoroutineDispatcher for testing intermediate emissions

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

Expand Down

0 comments on commit 73fe783

Please sign in to comment.