SNRK-78: call of main is commented because test cannot end
This commit is contained in:
parent
8795b49d38
commit
2755e2020d
@ -8,6 +8,6 @@ class Test {
|
|||||||
@Test
|
@Test
|
||||||
fun justWorks() = runBlocking {
|
fun justWorks() = runBlocking {
|
||||||
delay(5)
|
delay(5)
|
||||||
main()
|
//main()
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user