[K/N] Migrate some runtime/basic tests to new testing infra ^KT-61259
This commit is contained in:
committed by
Space Team
parent
4fa121071a
commit
fa9c620261
@@ -570,7 +570,7 @@ class DefaultRandomSmokeTest : RandomSmokeTest() {
|
||||
}
|
||||
|
||||
@ThreadLocal
|
||||
private val seededRandomSmokeTestSubject = Random(Random.nextInt().also { println("Seed: $it") })
|
||||
internal val seededRandomSmokeTestSubject = Random(Random.nextInt().also { println("Seed: $it") })
|
||||
|
||||
class SeededRandomSmokeTest : RandomSmokeTest() {
|
||||
override val subject: Random get() = seededRandomSmokeTestSubject
|
||||
|
||||
Reference in New Issue
Block a user