File tree Expand file tree Collapse file tree
reactive/kotlin/src/test/kotlin/com/caplin/integration/datasourcex/reactive/kotlin
util/src/test/kotlin/com/caplin/integration/datasourcex/util/flow Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ fory = "1.0.0"
1313datasource = " 8.0.11-1836-95c6e774"
1414
1515# Test Dependencies
16- kotest = " 5.9.1 "
16+ kotest = " 6.1.11 "
1717turbine = " 1.2.1"
1818mockk = " 1.14.9"
1919
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ import com.caplin.integration.datasourcex.util.flow.ValueOrCompletion
2020import com.caplin.integration.datasourcex.util.flow.ValueOrCompletion.Completion
2121import com.caplin.integration.datasourcex.util.flow.ValueOrCompletion.Value
2222import com.caplin.integration.datasourcex.util.flow.dematerialize
23- import io.kotest.core.coroutines.backgroundScope
2423import io.kotest.core.spec.IsolationMode
2524import io.kotest.core.spec.style.FunSpec
25+ import io.kotest.engine.coroutines.backgroundScope
2626import io.kotest.matchers.collections.shouldContain
2727import io.kotest.matchers.collections.shouldNotContain
2828import io.kotest.matchers.equals.shouldBeEqual
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ import app.cash.turbine.test
66import app.cash.turbine.turbineScope
77import com.caplin.integration.datasourcex.util.flow.ValueOrCompletion.Completion
88import com.caplin.integration.datasourcex.util.flow.ValueOrCompletion.Value
9- import io.kotest.core.coroutines.backgroundScope
109import io.kotest.core.spec.style.FunSpec
10+ import io.kotest.engine.coroutines.backgroundScope
1111import io.kotest.matchers.equals.shouldBeEqual
1212import io.kotest.matchers.types.shouldBeInstanceOf
1313import kotlinx.coroutines.ExperimentalCoroutinesApi
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ import app.cash.turbine.turbineScope
77import com.caplin.integration.datasourcex.util.flow.MapEvent.EntryEvent.Removed
88import com.caplin.integration.datasourcex.util.flow.MapEvent.EntryEvent.Upsert
99import com.caplin.integration.datasourcex.util.flow.MapEvent.Populated
10- import io.kotest.core.coroutines.backgroundScope
1110import io.kotest.core.spec.style.FunSpec
11+ import io.kotest.engine.coroutines.backgroundScope
1212import io.kotest.matchers.equals.shouldBeEqual
1313import io.kotest.matchers.maps.shouldContainExactly
1414import io.kotest.matchers.nulls.shouldBeNull
You can’t perform that action at this time.
0 commit comments