Skip to content

Commit fed40ad

Browse files
authored
Fix TestScope factory KDoc formatting (#4321)
1 parent ee92d16 commit fed40ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: kotlinx-coroutines-test/common/src/TestScope.kt

+3-3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)