File tree 1 file changed +3
-3
lines changed
kotlinx-coroutines-test/common/src
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
139
139
* It ensures that all the test module machinery is properly initialized.
140
140
* - If [context] doesn't provide a [TestCoroutineScheduler] for orchestrating the virtual time used for delay-skipping,
141
141
* 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.
145
145
* - If [context] doesn't have a [TestDispatcher], a [StandardTestDispatcher] is created.
146
146
* - A [CoroutineExceptionHandler] is created that makes [TestCoroutineScope.cleanupTestCoroutines] throw if there were
147
147
* 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