File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ code until the first suspension is executed without dispatching.
151
151
152
152
There are two common ways in which this property is useful.
153
153
154
- #### ` TestCoroutineDispatcher ` for the top-level coroutine
154
+ #### TestCoroutineDispatcher for the top-level coroutine
155
155
156
156
Some tests that rely on ` launch ` and ` async ` blocks being entered immediately have a form similar to this:
157
157
``` kotlin
@@ -177,7 +177,7 @@ blocks.
177
177
Note though that * this only works at the top level* : if a child coroutine also called ` launch ` or ` async ` , we don't provide
178
178
any guarantees about their dispatching order.
179
179
180
- #### ` TestCoroutineDispatcher ` for testing intermediate emissions
180
+ #### TestCoroutineDispatcher for testing intermediate emissions
181
181
182
182
Some code tests ` StateFlow ` or channels in a manner similar to this:
183
183
You can’t perform that action at this time.
0 commit comments