Skip to content

Commit 7556710

Browse files
committed
Add jenv file
1 parent b9d1eb5 commit 7556710

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.java-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.0
1+
17

kotlin-coroutines/src/test/kotlin/io/github/debop/kotlin/workshop/test/TestBuildersTest.kt

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ import kotlinx.coroutines.delay
66
import kotlinx.coroutines.launch
77
import kotlinx.coroutines.test.TestCoroutineDispatcher
88
import kotlinx.coroutines.test.TestCoroutineScope
9+
import kotlinx.coroutines.test.advanceTimeBy
10+
import kotlinx.coroutines.test.advanceUntilIdle
911
import kotlinx.coroutines.test.runBlockingTest
12+
import kotlinx.coroutines.test.runCurrent
1013
import mu.KLogging
1114
import org.amshove.kluent.shouldBeEqualTo
1215
import org.amshove.kluent.shouldBeFalse
@@ -142,4 +145,4 @@ class TestBuildersTest {
142145
}
143146
calls shouldBeEqualTo 4
144147
}
145-
}
148+
}

0 commit comments

Comments
 (0)