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.
151151
152152There 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
156156Some tests that rely on ` launch ` and ` async ` blocks being entered immediately have a form similar to this:
157157``` kotlin
@@ -177,7 +177,7 @@ blocks.
177177Note though that * this only works at the top level* : if a child coroutine also called ` launch ` or ` async ` , we don't provide
178178any guarantees about their dispatching order.
179179
180- #### ` TestCoroutineDispatcher ` for testing intermediate emissions
180+ #### TestCoroutineDispatcher for testing intermediate emissions
181181
182182Some code tests ` StateFlow ` or channels in a manner similar to this:
183183
You can’t perform that action at this time.
0 commit comments