diff --git a/kmath-sequential/src/commonTest/kotlin/scientifik/kmath/sequential/RingBufferTest.kt b/kmath-sequential/src/jvmTest/kotlin/scientifik.kmath.sequential/RingBufferTest.kt similarity index 90% rename from kmath-sequential/src/commonTest/kotlin/scientifik/kmath/sequential/RingBufferTest.kt rename to kmath-sequential/src/jvmTest/kotlin/scientifik.kmath.sequential/RingBufferTest.kt index e2bb18280..c8f84e7d8 100644 --- a/kmath-sequential/src/commonTest/kotlin/scientifik/kmath/sequential/RingBufferTest.kt +++ b/kmath-sequential/src/jvmTest/kotlin/scientifik.kmath.sequential/RingBufferTest.kt @@ -1,7 +1,7 @@ package scientifik.kmath.sequential +import kotlinx.coroutines.runBlocking import scientifik.kmath.structures.asSequence -import scientifik.kmath.structures.runBlocking import kotlin.test.Test import kotlin.test.assertEquals