From 80e076ff43c452df7637854d31760a19ecabf2f0 Mon Sep 17 00:00:00 2001 From: Dmitry Khalanskiy Date: Fri, 15 Oct 2021 19:23:59 +0300 Subject: [PATCH] Fix --- kotlinx-coroutines-test/common/src/TestCoroutineDispatchers.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kotlinx-coroutines-test/common/src/TestCoroutineDispatchers.kt b/kotlinx-coroutines-test/common/src/TestCoroutineDispatchers.kt index c6025cdb45..7f3faf0211 100644 --- a/kotlinx-coroutines-test/common/src/TestCoroutineDispatchers.kt +++ b/kotlinx-coroutines-test/common/src/TestCoroutineDispatchers.kt @@ -86,8 +86,7 @@ public class UnconfinedTestDispatcher( * * One can additionally pass a [name] in order to more easily distinguish this dispatcher during debugging. * - * @see UnconfinedTestDispatcher for a dispatcher that immediately enters [launch] and [async] blocks and is not - * confined to any particular thread. + * @see UnconfinedTestDispatcher for a dispatcher that is not confined to any particular thread. */ @ExperimentalCoroutinesApi public class StandardTestDispatcher(