Skip to content

Commit fad21ea

Browse files
authored
Merge pull request eugenp#4979 from dkapil/task/BAEL-8231
BAEL-8231 Disabled "is working" statement in a test case in Coroutine…
2 parents 72e3444 + cecb8f2 commit fad21ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core-kotlin/src/test/kotlin/com/baeldung/kotlin/CoroutinesTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class CoroutinesTest {
103103
//given
104104
val job = launch(CommonPool) {
105105
while (isActive) {
106-
println("is working")
106+
//println("is working")
107107
}
108108
}
109109

0 commit comments

Comments
 (0)