We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9d1eb5 commit 7556710Copy full SHA for 7556710
.java-version
@@ -1 +1 @@
1
-11.0
+17
kotlin-coroutines/src/test/kotlin/io/github/debop/kotlin/workshop/test/TestBuildersTest.kt
@@ -6,7 +6,10 @@ import kotlinx.coroutines.delay
6
import kotlinx.coroutines.launch
7
import kotlinx.coroutines.test.TestCoroutineDispatcher
8
import kotlinx.coroutines.test.TestCoroutineScope
9
+import kotlinx.coroutines.test.advanceTimeBy
10
+import kotlinx.coroutines.test.advanceUntilIdle
11
import kotlinx.coroutines.test.runBlockingTest
12
+import kotlinx.coroutines.test.runCurrent
13
import mu.KLogging
14
import org.amshove.kluent.shouldBeEqualTo
15
import org.amshove.kluent.shouldBeFalse
@@ -142,4 +145,4 @@ class TestBuildersTest {
142
145
}
143
146
calls shouldBeEqualTo 4
144
147
-}
148
+}
0 commit comments