File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
kotlinx-coroutines-test/common/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -139,9 +139,9 @@ public val TestScope.testTimeSource: TimeSource.WithComparableMarks get() = test
139139 * It ensures that all the test module machinery is properly initialized.
140140 * - If [context] doesn't provide a [TestCoroutineScheduler] for orchestrating the virtual time used for delay-skipping,
141141 * a new one is created, unless either
142- * - a [TestDispatcher] is provided, in which case [TestDispatcher.scheduler] is used;
143- * - at the moment of the creation of the scope, [Dispatchers.Main] is delegated to a [TestDispatcher], in which case
144- * its [TestCoroutineScheduler] is used.
142+ * - a [TestDispatcher] is provided, in which case [TestDispatcher.scheduler] is used;
143+ * - at the moment of the creation of the scope, [Dispatchers.Main] is delegated to a [TestDispatcher], in which case
144+ * its [TestCoroutineScheduler] is used.
145145 * - If [context] doesn't have a [TestDispatcher], a [StandardTestDispatcher] is created.
146146 * - A [CoroutineExceptionHandler] is created that makes [TestCoroutineScope.cleanupTestCoroutines] throw if there were
147147 * any uncaught exceptions, or forwards the exceptions further in a platform-specific manner if the cleanup was
You can’t perform that action at this time.
0 commit comments