Exception in thread "pool-1-thread-1 @coroutine#4" io.mockk.MockKException: no answer found for: NetworkInt(#1).getNumber(continuation {})
	at io.mockk.impl.stub.MockKStub.defaultAnswer(MockKStub.kt:93)
	at io.mockk.impl.stub.MockKStub.answer(MockKStub.kt:42)
	at io.mockk.impl.recording.states.AnsweringState.call(AnsweringState.kt:16)
	at io.mockk.impl.recording.CommonCallRecorder.call(CommonCallRecorder.kt:53)
	at io.mockk.impl.stub.MockKStub.handleInvocation(MockKStub.kt:266)
	at io.mockk.impl.instantiation.JvmMockFactoryHelper$mockHandler$1.invocation(JvmMockFactoryHelper.kt:23)
	at io.mockk.proxy.jvm.advice.Interceptor.call(Interceptor.kt:21)
	at io.mockk.proxy.jvm.advice.BaseAdvice.handle(BaseAdvice.kt:42)
	at io.mockk.proxy.jvm.advice.jvm.JvmMockKProxyInterceptor.interceptNoSuper(JvmMockKProxyInterceptor.java:45)
	at com.m2f.testingworkshop.presentation.feature.NetworkInt$Subclass0.getNumber(Unknown Source)
	at com.m2f.testingworkshop.presentation.feature.KotestError.fetchSimpleConfig(ShowingKotestError.kt:58)
	at com.m2f.testingworkshop.presentation.feature.KotestError.access$fetchSimpleConfig(ShowingKotestError.kt:39)
	at com.m2f.testingworkshop.presentation.feature.KotestError$1.invokeSuspend(ShowingKotestError.kt:44)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at kotlinx.coroutines.test.TestCoroutineDispatcher.dispatch(TestCoroutineDispatcher.kt:50)
	at kotlinx.coroutines.internal.DispatchedContinuationKt.resumeCancellableWith(DispatchedContinuation.kt:322)
	at kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable(Cancellable.kt:30)
	at kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable$default(Cancellable.kt:25)
	at kotlinx.coroutines.CoroutineStart.invoke(CoroutineStart.kt:110)
	at kotlinx.coroutines.AbstractCoroutine.start(AbstractCoroutine.kt:126)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.launch(Builders.common.kt:56)
	at kotlinx.coroutines.BuildersKt.launch(Unknown Source)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.launch$default(Builders.common.kt:47)
	at kotlinx.coroutines.BuildersKt.launch$default(Unknown Source)
	at com.m2f.testingworkshop.presentation.feature.KotestError.<init>(ShowingKotestError.kt:44)
	at com.m2f.testingworkshop.presentation.feature.ShowingKotestError$1$1.invokeSuspend(ShowingKotestError.kt:25)
	at com.m2f.testingworkshop.presentation.feature.ShowingKotestError$1$1.invoke(ShowingKotestError.kt)
	at com.m2f.testingworkshop.presentation.feature.ShowingKotestError$1$1.invoke(ShowingKotestError.kt)
	at io.kotest.core.spec.style.scopes.BehaviorSpecRootContext$addGiven$1.invokeSuspend(BehaviorSpecRootContext.kt:40)
	at io.kotest.core.spec.style.scopes.BehaviorSpecRootContext$addGiven$1.invoke(BehaviorSpecRootContext.kt)
	at io.kotest.core.spec.style.scopes.BehaviorSpecRootContext$addGiven$1.invoke(BehaviorSpecRootContext.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$innerExecute$1.invokeSuspend(TestCaseExecutor.kt:69)
	at io.kotest.engine.test.TestCaseExecutor$execute$innerExecute$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$innerExecute$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineLoggingInterceptor$intercept$2.invokeSuspend(CoroutineLoggingInterceptor.kt:65)
	at io.kotest.engine.test.interceptors.CoroutineLoggingInterceptor$intercept$2.invoke(CoroutineLoggingInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineLoggingInterceptor$intercept$2.invoke(CoroutineLoggingInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.InvocationTimeoutInterceptor$intercept$2.invokeSuspend(InvocationTimeoutInterceptor.kt:25)
	at io.kotest.engine.test.interceptors.InvocationTimeoutInterceptor$intercept$2.invoke(InvocationTimeoutInterceptor.kt)
	at io.kotest.engine.test.interceptors.InvocationTimeoutInterceptor$intercept$2.invoke(InvocationTimeoutInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2$3.invokeSuspend(InvocationRepeatInterceptor.kt:24)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2$3.invoke(InvocationRepeatInterceptor.kt)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2$3.invoke(InvocationRepeatInterceptor.kt)
	at io.kotest.mpp.ReplayKt.replay(replay.kt:18)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2.invokeSuspend(InvocationRepeatInterceptor.kt:19)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2.invoke(InvocationRepeatInterceptor.kt)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2.invoke(InvocationRepeatInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2$3.invokeSuspend(TimeoutInterceptor.kt:30)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2$3.invoke(TimeoutInterceptor.kt)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2$3.invoke(TimeoutInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturnIgnoreTimeout(Undispatched.kt:100)
	at kotlinx.coroutines.TimeoutKt.setupTimeout(Timeout.kt:148)
	at kotlinx.coroutines.TimeoutKt.withTimeout(Timeout.kt:44)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2.invokeSuspend(TimeoutInterceptor.kt:29)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2.invoke(TimeoutInterceptor.kt)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2.invoke(TimeoutInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.BlockedThreadTimeoutInterceptor$intercept$2.invokeSuspend(BlockedThreadTimeoutInterceptor.kt:63)
	at io.kotest.engine.test.interceptors.BlockedThreadTimeoutInterceptor$intercept$2.invoke(BlockedThreadTimeoutInterceptor.kt)
	at io.kotest.engine.test.interceptors.BlockedThreadTimeoutInterceptor$intercept$2.invoke(BlockedThreadTimeoutInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2$2.invokeSuspend(CoroutineScopeInterceptor.kt:20)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2$2.invoke(CoroutineScopeInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2$2.invoke(CoroutineScopeInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:89)
	at kotlinx.coroutines.CoroutineScopeKt.coroutineScope(CoroutineScope.kt:264)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2.invokeSuspend(CoroutineScopeInterceptor.kt:19)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2.invoke(CoroutineScopeInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2.invoke(CoroutineScopeInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.GlobalSoftAssertInterceptor$intercept$2.invokeSuspend(GlobalSoftAssertInterceptor.kt:29)
	at io.kotest.engine.test.interceptors.GlobalSoftAssertInterceptor$intercept$2.invoke(GlobalSoftAssertInterceptor.kt)
	at io.kotest.engine.test.interceptors.GlobalSoftAssertInterceptor$intercept$2.invoke(GlobalSoftAssertInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.AssertionModeInterceptor$intercept$2.invokeSuspend(AssertionModeInterceptor.kt:31)
	at io.kotest.engine.test.interceptors.AssertionModeInterceptor$intercept$2.invoke(AssertionModeInterceptor.kt)
	at io.kotest.engine.test.interceptors.AssertionModeInterceptor$intercept$2.invoke(AssertionModeInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.ExceptionCapturingInterceptor$intercept$2.invokeSuspend(ExceptionCapturingInterceptor.kt:20)
	at io.kotest.engine.test.interceptors.ExceptionCapturingInterceptor$intercept$2.invoke(ExceptionCapturingInterceptor.kt)
	at io.kotest.engine.test.interceptors.ExceptionCapturingInterceptor$intercept$2.invoke(ExceptionCapturingInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.LifecycleInterceptor$intercept$2.invokeSuspend(LifecycleInterceptor.kt:50)
	at io.kotest.engine.test.interceptors.LifecycleInterceptor$intercept$2.invoke(LifecycleInterceptor.kt)
	at io.kotest.engine.test.interceptors.LifecycleInterceptor$intercept$2.invoke(LifecycleInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.EnabledCheckInterceptor$intercept$2.invokeSuspend(EnabledCheckInterceptor.kt:24)
	at io.kotest.engine.test.interceptors.EnabledCheckInterceptor$intercept$2.invoke(EnabledCheckInterceptor.kt)
	at io.kotest.engine.test.interceptors.EnabledCheckInterceptor$intercept$2.invoke(EnabledCheckInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.TestCaseExtensionInterceptor$intercept$2.invokeSuspend(TestCaseExtensionInterceptor.kt:41)
	at io.kotest.engine.test.interceptors.TestCaseExtensionInterceptor$intercept$2.invoke(TestCaseExtensionInterceptor.kt)
	at io.kotest.engine.test.interceptors.TestCaseExtensionInterceptor$intercept$2.invoke(TestCaseExtensionInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.TestFinishedInterceptor$intercept$2.invokeSuspend(TestFinishedInterceptor.kt:13)
	at io.kotest.engine.test.interceptors.TestFinishedInterceptor$intercept$2.invoke(TestFinishedInterceptor.kt)
	at io.kotest.engine.test.interceptors.TestFinishedInterceptor$intercept$2.invoke(TestFinishedInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2$1.invokeSuspend(CoroutineErrorCollectorInterceptor.kt:22)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2$1.invoke(CoroutineErrorCollectorInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2$1.invoke(CoroutineErrorCollectorInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:89)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:165)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2.invokeSuspend(CoroutineErrorCollectorInterceptor.kt:21)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2.invoke(CoroutineErrorCollectorInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2.invoke(CoroutineErrorCollectorInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2$2.invokeSuspend(coroutineDispatcherFactoryInterceptor.kt:38)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2$2.invoke(coroutineDispatcherFactoryInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2$2.invoke(coroutineDispatcherFactoryInterceptor.kt)
	at io.kotest.engine.concurrency.FixedThreadCoroutineDispatcherFactory$withDispatcher$3.invokeSuspend(FixedThreadCoroutineDispatcherFactory.kt:52)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
Exception in thread "pool-1-thread-1 @coroutine#7" io.mockk.MockKException: no answer found for: NetworkInt(#2).getNumber(continuation {})
	at io.mockk.impl.stub.MockKStub.defaultAnswer(MockKStub.kt:93)
	at io.mockk.impl.stub.MockKStub.answer(MockKStub.kt:42)
	at io.mockk.impl.recording.states.AnsweringState.call(AnsweringState.kt:16)
	at io.mockk.impl.recording.CommonCallRecorder.call(CommonCallRecorder.kt:53)
	at io.mockk.impl.stub.MockKStub.handleInvocation(MockKStub.kt:266)
	at io.mockk.impl.instantiation.JvmMockFactoryHelper$mockHandler$1.invocation(JvmMockFactoryHelper.kt:23)
	at io.mockk.proxy.jvm.advice.Interceptor.call(Interceptor.kt:21)
	at io.mockk.proxy.jvm.advice.BaseAdvice.handle(BaseAdvice.kt:42)
	at io.mockk.proxy.jvm.advice.jvm.JvmMockKProxyInterceptor.interceptNoSuper(JvmMockKProxyInterceptor.java:45)
	at com.m2f.testingworkshop.presentation.feature.NetworkInt$Subclass0.getNumber(Unknown Source)
	at com.m2f.testingworkshop.presentation.feature.KotestError.fetchSimpleConfig(ShowingKotestError.kt:58)
	at com.m2f.testingworkshop.presentation.feature.KotestError.access$fetchSimpleConfig(ShowingKotestError.kt:39)
	at com.m2f.testingworkshop.presentation.feature.KotestError$1.invokeSuspend(ShowingKotestError.kt:44)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at kotlinx.coroutines.test.TestCoroutineDispatcher.dispatch(TestCoroutineDispatcher.kt:50)
	at kotlinx.coroutines.internal.DispatchedContinuationKt.resumeCancellableWith(DispatchedContinuation.kt:322)
	at kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable(Cancellable.kt:30)
	at kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable$default(Cancellable.kt:25)
	at kotlinx.coroutines.CoroutineStart.invoke(CoroutineStart.kt:110)
	at kotlinx.coroutines.AbstractCoroutine.start(AbstractCoroutine.kt:126)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.launch(Builders.common.kt:56)
	at kotlinx.coroutines.BuildersKt.launch(Unknown Source)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.launch$default(Builders.common.kt:47)
	at kotlinx.coroutines.BuildersKt.launch$default(Unknown Source)
	at com.m2f.testingworkshop.presentation.feature.KotestError.<init>(ShowingKotestError.kt:44)
	at com.m2f.testingworkshop.presentation.feature.ShowingKotestError$1$1.invokeSuspend(ShowingKotestError.kt:25)
	at com.m2f.testingworkshop.presentation.feature.ShowingKotestError$1$1.invoke(ShowingKotestError.kt)
	at com.m2f.testingworkshop.presentation.feature.ShowingKotestError$1$1.invoke(ShowingKotestError.kt)
	at io.kotest.core.spec.style.scopes.BehaviorSpecRootContext$addGiven$1.invokeSuspend(BehaviorSpecRootContext.kt:40)
	at io.kotest.core.spec.style.scopes.BehaviorSpecRootContext$addGiven$1.invoke(BehaviorSpecRootContext.kt)
	at io.kotest.core.spec.style.scopes.BehaviorSpecRootContext$addGiven$1.invoke(BehaviorSpecRootContext.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$innerExecute$1.invokeSuspend(TestCaseExecutor.kt:69)
	at io.kotest.engine.test.TestCaseExecutor$execute$innerExecute$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$innerExecute$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineLoggingInterceptor$intercept$2.invokeSuspend(CoroutineLoggingInterceptor.kt:65)
	at io.kotest.engine.test.interceptors.CoroutineLoggingInterceptor$intercept$2.invoke(CoroutineLoggingInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineLoggingInterceptor$intercept$2.invoke(CoroutineLoggingInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.InvocationTimeoutInterceptor$intercept$2.invokeSuspend(InvocationTimeoutInterceptor.kt:25)
	at io.kotest.engine.test.interceptors.InvocationTimeoutInterceptor$intercept$2.invoke(InvocationTimeoutInterceptor.kt)
	at io.kotest.engine.test.interceptors.InvocationTimeoutInterceptor$intercept$2.invoke(InvocationTimeoutInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2$3.invokeSuspend(InvocationRepeatInterceptor.kt:24)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2$3.invoke(InvocationRepeatInterceptor.kt)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2$3.invoke(InvocationRepeatInterceptor.kt)
	at io.kotest.mpp.ReplayKt.replay(replay.kt:18)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2.invokeSuspend(InvocationRepeatInterceptor.kt:19)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2.invoke(InvocationRepeatInterceptor.kt)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2.invoke(InvocationRepeatInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2$3.invokeSuspend(TimeoutInterceptor.kt:30)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2$3.invoke(TimeoutInterceptor.kt)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2$3.invoke(TimeoutInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturnIgnoreTimeout(Undispatched.kt:100)
	at kotlinx.coroutines.TimeoutKt.setupTimeout(Timeout.kt:148)
	at kotlinx.coroutines.TimeoutKt.withTimeout(Timeout.kt:44)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2.invokeSuspend(TimeoutInterceptor.kt:29)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2.invoke(TimeoutInterceptor.kt)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2.invoke(TimeoutInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.BlockedThreadTimeoutInterceptor$intercept$2.invokeSuspend(BlockedThreadTimeoutInterceptor.kt:63)
	at io.kotest.engine.test.interceptors.BlockedThreadTimeoutInterceptor$intercept$2.invoke(BlockedThreadTimeoutInterceptor.kt)
	at io.kotest.engine.test.interceptors.BlockedThreadTimeoutInterceptor$intercept$2.invoke(BlockedThreadTimeoutInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2$2.invokeSuspend(CoroutineScopeInterceptor.kt:20)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2$2.invoke(CoroutineScopeInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2$2.invoke(CoroutineScopeInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:89)
	at kotlinx.coroutines.CoroutineScopeKt.coroutineScope(CoroutineScope.kt:264)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2.invokeSuspend(CoroutineScopeInterceptor.kt:19)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2.invoke(CoroutineScopeInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2.invoke(CoroutineScopeInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.GlobalSoftAssertInterceptor$intercept$2.invokeSuspend(GlobalSoftAssertInterceptor.kt:29)
	at io.kotest.engine.test.interceptors.GlobalSoftAssertInterceptor$intercept$2.invoke(GlobalSoftAssertInterceptor.kt)
	at io.kotest.engine.test.interceptors.GlobalSoftAssertInterceptor$intercept$2.invoke(GlobalSoftAssertInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.AssertionModeInterceptor$intercept$2.invokeSuspend(AssertionModeInterceptor.kt:31)
	at io.kotest.engine.test.interceptors.AssertionModeInterceptor$intercept$2.invoke(AssertionModeInterceptor.kt)
	at io.kotest.engine.test.interceptors.AssertionModeInterceptor$intercept$2.invoke(AssertionModeInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.ExceptionCapturingInterceptor$intercept$2.invokeSuspend(ExceptionCapturingInterceptor.kt:20)
	at io.kotest.engine.test.interceptors.ExceptionCapturingInterceptor$intercept$2.invoke(ExceptionCapturingInterceptor.kt)
	at io.kotest.engine.test.interceptors.ExceptionCapturingInterceptor$intercept$2.invoke(ExceptionCapturingInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.LifecycleInterceptor$intercept$2.invokeSuspend(LifecycleInterceptor.kt:50)
	at io.kotest.engine.test.interceptors.LifecycleInterceptor$intercept$2.invoke(LifecycleInterceptor.kt)
	at io.kotest.engine.test.interceptors.LifecycleInterceptor$intercept$2.invoke(LifecycleInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.EnabledCheckInterceptor$intercept$2.invokeSuspend(EnabledCheckInterceptor.kt:24)
	at io.kotest.engine.test.interceptors.EnabledCheckInterceptor$intercept$2.invoke(EnabledCheckInterceptor.kt)
	at io.kotest.engine.test.interceptors.EnabledCheckInterceptor$intercept$2.invoke(EnabledCheckInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.TestCaseExtensionInterceptor$intercept$2.invokeSuspend(TestCaseExtensionInterceptor.kt:41)
	at io.kotest.engine.test.interceptors.TestCaseExtensionInterceptor$intercept$2.invoke(TestCaseExtensionInterceptor.kt)
	at io.kotest.engine.test.interceptors.TestCaseExtensionInterceptor$intercept$2.invoke(TestCaseExtensionInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.TestFinishedInterceptor$intercept$2.invokeSuspend(TestFinishedInterceptor.kt:13)
	at io.kotest.engine.test.interceptors.TestFinishedInterceptor$intercept$2.invoke(TestFinishedInterceptor.kt)
	at io.kotest.engine.test.interceptors.TestFinishedInterceptor$intercept$2.invoke(TestFinishedInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2$1.invokeSuspend(CoroutineErrorCollectorInterceptor.kt:22)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2$1.invoke(CoroutineErrorCollectorInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2$1.invoke(CoroutineErrorCollectorInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:89)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:165)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2.invokeSuspend(CoroutineErrorCollectorInterceptor.kt:21)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2.invoke(CoroutineErrorCollectorInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2.invoke(CoroutineErrorCollectorInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2$2.invokeSuspend(coroutineDispatcherFactoryInterceptor.kt:38)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2$2.invoke(coroutineDispatcherFactoryInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2$2.invoke(coroutineDispatcherFactoryInterceptor.kt)
	at io.kotest.engine.concurrency.FixedThreadCoroutineDispatcherFactory$withDispatcher$3.invokeSuspend(FixedThreadCoroutineDispatcherFactory.kt:52)
	at io.kotest.engine.concurrency.FixedThreadCoroutineDispatcherFactory$withDispatcher$3.invoke(FixedThreadCoroutineDispatcherFactory.kt)
	at io.kotest.engine.concurrency.FixedThreadCoroutineDispatcherFactory$withDispatcher$3.invoke(FixedThreadCoroutineDispatcherFactory.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:89)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:165)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at io.kotest.engine.concurrency.FixedThreadCoroutineDispatcherFactory.withDispatcher(FixedThreadCoroutineDispatcherFactory.kt:51)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2.invokeSuspend(coroutineDispatcherFactoryInterceptor.kt:37)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2.invoke(coroutineDispatcherFactoryInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2.invoke(coroutineDispatcherFactoryInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.SupervisorScopeInterceptor$intercept$2$1.invokeSuspend(SupervisorScopeInterceptor.kt:21)
	at io.kotest.engine.test.interceptors.SupervisorScopeInterceptor$intercept$2$1.invoke(SupervisorScopeInterceptor.kt)
	at io.kotest.engine.test.interceptors.SupervisorScopeInterceptor$intercept$2$1.invoke(SupervisorScopeInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:89)
	at kotlinx.coroutines.SupervisorKt.supervisorScope(Supervisor.kt:61)
	at io.kotest.engine.test.interceptors.SupervisorScopeInterceptor$intercept$2.invokeSuspend(SupervisorScopeInterceptor.kt:20)
	at io.kotest.engine.test.interceptors.SupervisorScopeInterceptor$intercept$2.invoke(SupervisorScopeInterceptor.kt)
	at io.kotest.engine.test.interceptors.SupervisorScopeInterceptor$intercept$2.invoke(SupervisorScopeInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineDebugProbeInterceptor$intercept$2.invokeSuspend(CoroutineDebugProbeInterceptor.kt:29)
	at io.kotest.engine.test.interceptors.CoroutineDebugProbeInterceptor$intercept$2.invoke(CoroutineDebugProbeInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineDebugProbeInterceptor$intercept$2.invoke(CoroutineDebugProbeInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.InvocationCountCheckInterceptor$intercept$2.invokeSuspend(InvocationCountCheckInterceptor.kt:20)
	at io.kotest.engine.test.interceptors.InvocationCountCheckInterceptor$intercept$2.invoke(InvocationCountCheckInterceptor.kt)
	at io.kotest.engine.test.interceptors.InvocationCountCheckInterceptor$intercept$2.invoke(InvocationCountCheckInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor.execute(TestCaseExecutor.kt:75)
	at io.kotest.engine.spec.runners.InstancePerTestSpecRunner$run$2.invokeSuspend(InstancePerTestSpecRunner.kt:153)
	at io.kotest.engine.spec.runners.InstancePerTestSpecRunner$run$2.invoke(InstancePerTestSpecRunner.kt)
	at io.kotest.engine.spec.runners.InstancePerTestSpecRunner$run$2.invoke(InstancePerTestSpecRunner.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:89)
	at kotlinx.coroutines.CoroutineScopeKt.coroutineScope(CoroutineScope.kt:264)
	at io.kotest.engine.spec.runners.InstancePerTestSpecRunner.run(InstancePerTestSpecRunner.kt:116)
	at io.kotest.engine.spec.runners.InstancePerTestSpecRunner.interceptAndRun-0E7RQCE(InstancePerTestSpecRunner.kt:110)
	at io.kotest.engine.spec.runners.InstancePerTestSpecRunner.executeInCleanSpec-gIAlu-s(InstancePerTestSpecRunner.kt:101)
	at io.kotest.engine.spec.runners.InstancePerTestSpecRunner.access$executeInCleanSpec-gIAlu-s(InstancePerTestSpecRunner.kt:57)
	at io.kotest.engine.spec.runners.InstancePerTestSpecRunner$run$2$context$1.registerTestCase(InstancePerTestSpecRunner.kt:129)
	at io.kotest.engine.test.contexts.DuplicateNameHandlingTestContext.registerTestCase(DuplicateNameHandlingTestContext.kt:26)
	at io.kotest.engine.test.contexts.TestContextWithCoroutineContext.registerTestCase(contexts.kt)
	at io.kotest.core.spec.style.scopes.BehaviorSpecGivenContainerContext.registerTestCase(BehaviorSpecGivenContainerContext.kt:37)
	at io.kotest.core.spec.style.scopes.BehaviorSpecGivenContainerContext.addWhen(BehaviorSpecGivenContainerContext.kt:82)
	at io.kotest.core.spec.style.scopes.BehaviorSpecGivenContainerContext.When(BehaviorSpecGivenContainerContext.kt:76)
	at com.m2f.testingworkshop.presentation.feature.ShowingKotestError$1$1.invokeSuspend(ShowingKotestError.kt:27)
	at com.m2f.testingworkshop.presentation.feature.ShowingKotestError$1$1.invoke(ShowingKotestError.kt)
	at com.m2f.testingworkshop.presentation.feature.ShowingKotestError$1$1.invoke(ShowingKotestError.kt)
	at io.kotest.core.spec.style.scopes.BehaviorSpecRootContext$addGiven$1.invokeSuspend(BehaviorSpecRootContext.kt:40)
	at io.kotest.core.spec.style.scopes.BehaviorSpecRootContext$addGiven$1.invoke(BehaviorSpecRootContext.kt)
	at io.kotest.core.spec.style.scopes.BehaviorSpecRootContext$addGiven$1.invoke(BehaviorSpecRootContext.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$innerExecute$1.invokeSuspend(TestCaseExecutor.kt:69)
	at io.kotest.engine.test.TestCaseExecutor$execute$innerExecute$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$innerExecute$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineLoggingInterceptor$intercept$2.invokeSuspend(CoroutineLoggingInterceptor.kt:65)
	at io.kotest.engine.test.interceptors.CoroutineLoggingInterceptor$intercept$2.invoke(CoroutineLoggingInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineLoggingInterceptor$intercept$2.invoke(CoroutineLoggingInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.InvocationTimeoutInterceptor$intercept$2.invokeSuspend(InvocationTimeoutInterceptor.kt:25)
	at io.kotest.engine.test.interceptors.InvocationTimeoutInterceptor$intercept$2.invoke(InvocationTimeoutInterceptor.kt)
	at io.kotest.engine.test.interceptors.InvocationTimeoutInterceptor$intercept$2.invoke(InvocationTimeoutInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2$3.invokeSuspend(InvocationRepeatInterceptor.kt:24)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2$3.invoke(InvocationRepeatInterceptor.kt)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2$3.invoke(InvocationRepeatInterceptor.kt)
	at io.kotest.mpp.ReplayKt.replay(replay.kt:18)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2.invokeSuspend(InvocationRepeatInterceptor.kt:19)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2.invoke(InvocationRepeatInterceptor.kt)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2.invoke(InvocationRepeatInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2$3.invokeSuspend(TimeoutInterceptor.kt:30)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2$3.invoke(TimeoutInterceptor.kt)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2$3.invoke(TimeoutInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturnIgnoreTimeout(Undispatched.kt:100)
	at kotlinx.coroutines.TimeoutKt.setupTimeout(Timeout.kt:148)
	at kotlinx.coroutines.TimeoutKt.withTimeout(Timeout.kt:44)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2.invokeSuspend(TimeoutInterceptor.kt:29)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2.invoke(TimeoutInterceptor.kt)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2.invoke(TimeoutInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.BlockedThreadTimeoutInterceptor$intercept$2.invokeSuspend(BlockedThreadTimeoutInterceptor.kt:63)
	at io.kotest.engine.test.interceptors.BlockedThreadTimeoutInterceptor$intercept$2.invoke(BlockedThreadTimeoutInterceptor.kt)
	at io.kotest.engine.test.interceptors.BlockedThreadTimeoutInterceptor$intercept$2.invoke(BlockedThreadTimeoutInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2$2.invokeSuspend(CoroutineScopeInterceptor.kt:20)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2$2.invoke(CoroutineScopeInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2$2.invoke(CoroutineScopeInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:89)
	at kotlinx.coroutines.CoroutineScopeKt.coroutineScope(CoroutineScope.kt:264)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2.invokeSuspend(CoroutineScopeInterceptor.kt:19)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2.invoke(CoroutineScopeInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2.invoke(CoroutineScopeInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.GlobalSoftAssertInterceptor$intercept$2.invokeSuspend(GlobalSoftAssertInterceptor.kt:29)
	at io.kotest.engine.test.interceptors.GlobalSoftAssertInterceptor$intercept$2.invoke(GlobalSoftAssertInterceptor.kt)
	at io.kotest.engine.test.interceptors.GlobalSoftAssertInterceptor$intercept$2.invoke(GlobalSoftAssertInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.AssertionModeInterceptor$intercept$2.invokeSuspend(AssertionModeInterceptor.kt:31)
	at io.kotest.engine.test.interceptors.AssertionModeInterceptor$intercept$2.invoke(AssertionModeInterceptor.kt)
	at io.kotest.engine.test.interceptors.AssertionModeInterceptor$intercept$2.invoke(AssertionModeInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.ExceptionCapturingInterceptor$intercept$2.invokeSuspend(ExceptionCapturingInterceptor.kt:20)
	at io.kotest.engine.test.interceptors.ExceptionCapturingInterceptor$intercept$2.invoke(ExceptionCapturingInterceptor.kt)
	at io.kotest.engine.test.interceptors.ExceptionCapturingInterceptor$intercept$2.invoke(ExceptionCapturingInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.LifecycleInterceptor$intercept$2.invokeSuspend(LifecycleInterceptor.kt:50)
	at io.kotest.engine.test.interceptors.LifecycleInterceptor$intercept$2.invoke(LifecycleInterceptor.kt)
	at io.kotest.engine.test.interceptors.LifecycleInterceptor$intercept$2.invoke(LifecycleInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.EnabledCheckInterceptor$intercept$2.invokeSuspend(EnabledCheckInterceptor.kt:24)
	at io.kotest.engine.test.interceptors.EnabledCheckInterceptor$intercept$2.invoke(EnabledCheckInterceptor.kt)
	at io.kotest.engine.test.interceptors.EnabledCheckInterceptor$intercept$2.invoke(EnabledCheckInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.TestCaseExtensionInterceptor$intercept$2.invokeSuspend(TestCaseExtensionInterceptor.kt:41)
	at io.kotest.engine.test.interceptors.TestCaseExtensionInterceptor$intercept$2.invoke(TestCaseExtensionInterceptor.kt)
	at io.kotest.engine.test.interceptors.TestCaseExtensionInterceptor$intercept$2.invoke(TestCaseExtensionInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.TestFinishedInterceptor$intercept$2.invokeSuspend(TestFinishedInterceptor.kt:13)
	at io.kotest.engine.test.interceptors.TestFinishedInterceptor$intercept$2.invoke(TestFinishedInterceptor.kt)
	at io.kotest.engine.test.interceptors.TestFinishedInterceptor$intercept$2.invoke(TestFinishedInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2$1.invokeSuspend(CoroutineErrorCollectorInterceptor.kt:22)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2$1.invoke(CoroutineErrorCollectorInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2$1.invoke(CoroutineErrorCollectorInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:89)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:165)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2.invokeSuspend(CoroutineErrorCollectorInterceptor.kt:21)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2.invoke(CoroutineErrorCollectorInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2.invoke(CoroutineErrorCollectorInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2$2.invokeSuspend(coroutineDispatcherFactoryInterceptor.kt:38)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2$2.invoke(coroutineDispatcherFactoryInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2$2.invoke(coroutineDispatcherFactoryInterceptor.kt)
	at io.kotest.engine.concurrency.FixedThreadCoroutineDispatcherFactory$withDispatcher$3.invokeSuspend(FixedThreadCoroutineDispatcherFactory.kt:52)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
Exception in thread "pool-1-thread-1 @coroutine#10" io.mockk.MockKException: no answer found for: NetworkInt(#3).getNumber(continuation {})
	at io.mockk.impl.stub.MockKStub.defaultAnswer(MockKStub.kt:93)
	at io.mockk.impl.stub.MockKStub.answer(MockKStub.kt:42)
	at io.mockk.impl.recording.states.AnsweringState.call(AnsweringState.kt:16)
	at io.mockk.impl.recording.CommonCallRecorder.call(CommonCallRecorder.kt:53)
	at io.mockk.impl.stub.MockKStub.handleInvocation(MockKStub.kt:266)
	at io.mockk.impl.instantiation.JvmMockFactoryHelper$mockHandler$1.invocation(JvmMockFactoryHelper.kt:23)
	at io.mockk.proxy.jvm.advice.Interceptor.call(Interceptor.kt:21)
	at io.mockk.proxy.jvm.advice.BaseAdvice.handle(BaseAdvice.kt:42)
	at io.mockk.proxy.jvm.advice.jvm.JvmMockKProxyInterceptor.interceptNoSuper(JvmMockKProxyInterceptor.java:45)
	at com.m2f.testingworkshop.presentation.feature.NetworkInt$Subclass0.getNumber(Unknown Source)
	at com.m2f.testingworkshop.presentation.feature.KotestError.fetchSimpleConfig(ShowingKotestError.kt:58)
	at com.m2f.testingworkshop.presentation.feature.KotestError.access$fetchSimpleConfig(ShowingKotestError.kt:39)
	at com.m2f.testingworkshop.presentation.feature.KotestError$1.invokeSuspend(ShowingKotestError.kt:44)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at kotlinx.coroutines.test.TestCoroutineDispatcher.dispatch(TestCoroutineDispatcher.kt:50)
	at kotlinx.coroutines.internal.DispatchedContinuationKt.resumeCancellableWith(DispatchedContinuation.kt:322)
	at kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable(Cancellable.kt:30)
	at kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable$default(Cancellable.kt:25)
	at kotlinx.coroutines.CoroutineStart.invoke(CoroutineStart.kt:110)
	at kotlinx.coroutines.AbstractCoroutine.start(AbstractCoroutine.kt:126)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.launch(Builders.common.kt:56)
	at kotlinx.coroutines.BuildersKt.launch(Unknown Source)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.launch$default(Builders.common.kt:47)
	at kotlinx.coroutines.BuildersKt.launch$default(Unknown Source)
	at com.m2f.testingworkshop.presentation.feature.KotestError.<init>(ShowingKotestError.kt:44)
	at com.m2f.testingworkshop.presentation.feature.ShowingKotestError$1$1.invokeSuspend(ShowingKotestError.kt:25)
	at com.m2f.testingworkshop.presentation.feature.ShowingKotestError$1$1.invoke(ShowingKotestError.kt)
	at com.m2f.testingworkshop.presentation.feature.ShowingKotestError$1$1.invoke(ShowingKotestError.kt)
	at io.kotest.core.spec.style.scopes.BehaviorSpecRootContext$addGiven$1.invokeSuspend(BehaviorSpecRootContext.kt:40)
	at io.kotest.core.spec.style.scopes.BehaviorSpecRootContext$addGiven$1.invoke(BehaviorSpecRootContext.kt)
	at io.kotest.core.spec.style.scopes.BehaviorSpecRootContext$addGiven$1.invoke(BehaviorSpecRootContext.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$innerExecute$1.invokeSuspend(TestCaseExecutor.kt:69)
	at io.kotest.engine.test.TestCaseExecutor$execute$innerExecute$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$innerExecute$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineLoggingInterceptor$intercept$2.invokeSuspend(CoroutineLoggingInterceptor.kt:65)
	at io.kotest.engine.test.interceptors.CoroutineLoggingInterceptor$intercept$2.invoke(CoroutineLoggingInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineLoggingInterceptor$intercept$2.invoke(CoroutineLoggingInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.InvocationTimeoutInterceptor$intercept$2.invokeSuspend(InvocationTimeoutInterceptor.kt:25)
	at io.kotest.engine.test.interceptors.InvocationTimeoutInterceptor$intercept$2.invoke(InvocationTimeoutInterceptor.kt)
	at io.kotest.engine.test.interceptors.InvocationTimeoutInterceptor$intercept$2.invoke(InvocationTimeoutInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2$3.invokeSuspend(InvocationRepeatInterceptor.kt:24)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2$3.invoke(InvocationRepeatInterceptor.kt)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2$3.invoke(InvocationRepeatInterceptor.kt)
	at io.kotest.mpp.ReplayKt.replay(replay.kt:18)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2.invokeSuspend(InvocationRepeatInterceptor.kt:19)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2.invoke(InvocationRepeatInterceptor.kt)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2.invoke(InvocationRepeatInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2$3.invokeSuspend(TimeoutInterceptor.kt:30)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2$3.invoke(TimeoutInterceptor.kt)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2$3.invoke(TimeoutInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturnIgnoreTimeout(Undispatched.kt:100)
	at kotlinx.coroutines.TimeoutKt.setupTimeout(Timeout.kt:148)
	at kotlinx.coroutines.TimeoutKt.withTimeout(Timeout.kt:44)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2.invokeSuspend(TimeoutInterceptor.kt:29)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2.invoke(TimeoutInterceptor.kt)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2.invoke(TimeoutInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.BlockedThreadTimeoutInterceptor$intercept$2.invokeSuspend(BlockedThreadTimeoutInterceptor.kt:63)
	at io.kotest.engine.test.interceptors.BlockedThreadTimeoutInterceptor$intercept$2.invoke(BlockedThreadTimeoutInterceptor.kt)
	at io.kotest.engine.test.interceptors.BlockedThreadTimeoutInterceptor$intercept$2.invoke(BlockedThreadTimeoutInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2$2.invokeSuspend(CoroutineScopeInterceptor.kt:20)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2$2.invoke(CoroutineScopeInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2$2.invoke(CoroutineScopeInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:89)
	at kotlinx.coroutines.CoroutineScopeKt.coroutineScope(CoroutineScope.kt:264)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2.invokeSuspend(CoroutineScopeInterceptor.kt:19)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2.invoke(CoroutineScopeInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2.invoke(CoroutineScopeInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.GlobalSoftAssertInterceptor$intercept$2.invokeSuspend(GlobalSoftAssertInterceptor.kt:29)
	at io.kotest.engine.test.interceptors.GlobalSoftAssertInterceptor$intercept$2.invoke(GlobalSoftAssertInterceptor.kt)
	at io.kotest.engine.test.interceptors.GlobalSoftAssertInterceptor$intercept$2.invoke(GlobalSoftAssertInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.AssertionModeInterceptor$intercept$2.invokeSuspend(AssertionModeInterceptor.kt:31)
	at io.kotest.engine.test.interceptors.AssertionModeInterceptor$intercept$2.invoke(AssertionModeInterceptor.kt)
	at io.kotest.engine.test.interceptors.AssertionModeInterceptor$intercept$2.invoke(AssertionModeInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.ExceptionCapturingInterceptor$intercept$2.invokeSuspend(ExceptionCapturingInterceptor.kt:20)
	at io.kotest.engine.test.interceptors.ExceptionCapturingInterceptor$intercept$2.invoke(ExceptionCapturingInterceptor.kt)
	at io.kotest.engine.test.interceptors.ExceptionCapturingInterceptor$intercept$2.invoke(ExceptionCapturingInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.LifecycleInterceptor$intercept$2.invokeSuspend(LifecycleInterceptor.kt:50)
	at io.kotest.engine.test.interceptors.LifecycleInterceptor$intercept$2.invoke(LifecycleInterceptor.kt)
	at io.kotest.engine.test.interceptors.LifecycleInterceptor$intercept$2.invoke(LifecycleInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.EnabledCheckInterceptor$intercept$2.invokeSuspend(EnabledCheckInterceptor.kt:24)
	at io.kotest.engine.test.interceptors.EnabledCheckInterceptor$intercept$2.invoke(EnabledCheckInterceptor.kt)
	at io.kotest.engine.test.interceptors.EnabledCheckInterceptor$intercept$2.invoke(EnabledCheckInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.TestCaseExtensionInterceptor$intercept$2.invokeSuspend(TestCaseExtensionInterceptor.kt:41)
	at io.kotest.engine.test.interceptors.TestCaseExtensionInterceptor$intercept$2.invoke(TestCaseExtensionInterceptor.kt)
	at io.kotest.engine.test.interceptors.TestCaseExtensionInterceptor$intercept$2.invoke(TestCaseExtensionInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.TestFinishedInterceptor$intercept$2.invokeSuspend(TestFinishedInterceptor.kt:13)
	at io.kotest.engine.test.interceptors.TestFinishedInterceptor$intercept$2.invoke(TestFinishedInterceptor.kt)
	at io.kotest.engine.test.interceptors.TestFinishedInterceptor$intercept$2.invoke(TestFinishedInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2$1.invokeSuspend(CoroutineErrorCollectorInterceptor.kt:22)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2$1.invoke(CoroutineErrorCollectorInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2$1.invoke(CoroutineErrorCollectorInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:89)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:165)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2.invokeSuspend(CoroutineErrorCollectorInterceptor.kt:21)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2.invoke(CoroutineErrorCollectorInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2.invoke(CoroutineErrorCollectorInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2$2.invokeSuspend(coroutineDispatcherFactoryInterceptor.kt:38)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2$2.invoke(coroutineDispatcherFactoryInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2$2.invoke(coroutineDispatcherFactoryInterceptor.kt)
	at io.kotest.engine.concurrency.FixedThreadCoroutineDispatcherFactory$withDispatcher$3.invokeSuspend(FixedThreadCoroutineDispatcherFactory.kt:52)
	at io.kotest.engine.concurrency.FixedThreadCoroutineDispatcherFactory$withDispatcher$3.invoke(FixedThreadCoroutineDispatcherFactory.kt)
	at io.kotest.engine.concurrency.FixedThreadCoroutineDispatcherFactory$withDispatcher$3.invoke(FixedThreadCoroutineDispatcherFactory.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:89)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:165)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at io.kotest.engine.concurrency.FixedThreadCoroutineDispatcherFactory.withDispatcher(FixedThreadCoroutineDispatcherFactory.kt:51)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2.invokeSuspend(coroutineDispatcherFactoryInterceptor.kt:37)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2.invoke(coroutineDispatcherFactoryInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2.invoke(coroutineDispatcherFactoryInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.SupervisorScopeInterceptor$intercept$2$1.invokeSuspend(SupervisorScopeInterceptor.kt:21)
	at io.kotest.engine.test.interceptors.SupervisorScopeInterceptor$intercept$2$1.invoke(SupervisorScopeInterceptor.kt)
	at io.kotest.engine.test.interceptors.SupervisorScopeInterceptor$intercept$2$1.invoke(SupervisorScopeInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:89)
	at kotlinx.coroutines.SupervisorKt.supervisorScope(Supervisor.kt:61)
	at io.kotest.engine.test.interceptors.SupervisorScopeInterceptor$intercept$2.invokeSuspend(SupervisorScopeInterceptor.kt:20)
	at io.kotest.engine.test.interceptors.SupervisorScopeInterceptor$intercept$2.invoke(SupervisorScopeInterceptor.kt)
	at io.kotest.engine.test.interceptors.SupervisorScopeInterceptor$intercept$2.invoke(SupervisorScopeInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineDebugProbeInterceptor$intercept$2.invokeSuspend(CoroutineDebugProbeInterceptor.kt:29)
	at io.kotest.engine.test.interceptors.CoroutineDebugProbeInterceptor$intercept$2.invoke(CoroutineDebugProbeInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineDebugProbeInterceptor$intercept$2.invoke(CoroutineDebugProbeInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.InvocationCountCheckInterceptor$intercept$2.invokeSuspend(InvocationCountCheckInterceptor.kt:20)
	at io.kotest.engine.test.interceptors.InvocationCountCheckInterceptor$intercept$2.invoke(InvocationCountCheckInterceptor.kt)
	at io.kotest.engine.test.interceptors.InvocationCountCheckInterceptor$intercept$2.invoke(InvocationCountCheckInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor.execute(TestCaseExecutor.kt:75)
	at io.kotest.engine.spec.runners.InstancePerTestSpecRunner$run$2.invokeSuspend(InstancePerTestSpecRunner.kt:153)
	at io.kotest.engine.spec.runners.InstancePerTestSpecRunner$run$2.invoke(InstancePerTestSpecRunner.kt)
	at io.kotest.engine.spec.runners.InstancePerTestSpecRunner$run$2.invoke(InstancePerTestSpecRunner.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:89)
	at kotlinx.coroutines.CoroutineScopeKt.coroutineScope(CoroutineScope.kt:264)
	at io.kotest.engine.spec.runners.InstancePerTestSpecRunner.run(InstancePerTestSpecRunner.kt:116)
	at io.kotest.engine.spec.runners.InstancePerTestSpecRunner.interceptAndRun-0E7RQCE(InstancePerTestSpecRunner.kt:110)
	at io.kotest.engine.spec.runners.InstancePerTestSpecRunner.executeInCleanSpec-gIAlu-s(InstancePerTestSpecRunner.kt:101)
	at io.kotest.engine.spec.runners.InstancePerTestSpecRunner.access$executeInCleanSpec-gIAlu-s(InstancePerTestSpecRunner.kt:57)
	at io.kotest.engine.spec.runners.InstancePerTestSpecRunner$run$2$context$1.registerTestCase(InstancePerTestSpecRunner.kt:129)
	at io.kotest.engine.test.contexts.DuplicateNameHandlingTestContext.registerTestCase(DuplicateNameHandlingTestContext.kt:26)
	at io.kotest.engine.test.contexts.TestContextWithCoroutineContext.registerTestCase(contexts.kt)
	at io.kotest.core.spec.style.scopes.BehaviorSpecWhenContainerContext.registerTestCase(BehaviorSpecWhenContainerContext.kt:33)
	at io.kotest.core.spec.style.scopes.BehaviorSpecWhenContainerContext.addThen(BehaviorSpecWhenContainerContext.kt:99)
	at io.kotest.core.spec.style.scopes.BehaviorSpecWhenContainerContext.Then(BehaviorSpecWhenContainerContext.kt:93)
	at com.m2f.testingworkshop.presentation.feature.ShowingKotestError$1$1$2.invokeSuspend(ShowingKotestError.kt:29)
	at com.m2f.testingworkshop.presentation.feature.ShowingKotestError$1$1$2.invoke(ShowingKotestError.kt)
	at com.m2f.testingworkshop.presentation.feature.ShowingKotestError$1$1$2.invoke(ShowingKotestError.kt)
	at io.kotest.core.spec.style.scopes.BehaviorSpecGivenContainerContext$addWhen$2.invokeSuspend(BehaviorSpecGivenContainerContext.kt:90)
	at io.kotest.core.spec.style.scopes.BehaviorSpecGivenContainerContext$addWhen$2.invoke(BehaviorSpecGivenContainerContext.kt)
	at io.kotest.core.spec.style.scopes.BehaviorSpecGivenContainerContext$addWhen$2.invoke(BehaviorSpecGivenContainerContext.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$innerExecute$1.invokeSuspend(TestCaseExecutor.kt:69)
	at io.kotest.engine.test.TestCaseExecutor$execute$innerExecute$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$innerExecute$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineLoggingInterceptor$intercept$2.invokeSuspend(CoroutineLoggingInterceptor.kt:65)
	at io.kotest.engine.test.interceptors.CoroutineLoggingInterceptor$intercept$2.invoke(CoroutineLoggingInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineLoggingInterceptor$intercept$2.invoke(CoroutineLoggingInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.InvocationTimeoutInterceptor$intercept$2.invokeSuspend(InvocationTimeoutInterceptor.kt:25)
	at io.kotest.engine.test.interceptors.InvocationTimeoutInterceptor$intercept$2.invoke(InvocationTimeoutInterceptor.kt)
	at io.kotest.engine.test.interceptors.InvocationTimeoutInterceptor$intercept$2.invoke(InvocationTimeoutInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2$3.invokeSuspend(InvocationRepeatInterceptor.kt:24)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2$3.invoke(InvocationRepeatInterceptor.kt)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2$3.invoke(InvocationRepeatInterceptor.kt)
	at io.kotest.mpp.ReplayKt.replay(replay.kt:18)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2.invokeSuspend(InvocationRepeatInterceptor.kt:19)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2.invoke(InvocationRepeatInterceptor.kt)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2.invoke(InvocationRepeatInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2$3.invokeSuspend(TimeoutInterceptor.kt:30)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2$3.invoke(TimeoutInterceptor.kt)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2$3.invoke(TimeoutInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturnIgnoreTimeout(Undispatched.kt:100)
	at kotlinx.coroutines.TimeoutKt.setupTimeout(Timeout.kt:148)
	at kotlinx.coroutines.TimeoutKt.withTimeout(Timeout.kt:44)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2.invokeSuspend(TimeoutInterceptor.kt:29)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2.invoke(TimeoutInterceptor.kt)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2.invoke(TimeoutInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.BlockedThreadTimeoutInterceptor$intercept$2.invokeSuspend(BlockedThreadTimeoutInterceptor.kt:63)
	at io.kotest.engine.test.interceptors.BlockedThreadTimeoutInterceptor$intercept$2.invoke(BlockedThreadTimeoutInterceptor.kt)
	at io.kotest.engine.test.interceptors.BlockedThreadTimeoutInterceptor$intercept$2.invoke(BlockedThreadTimeoutInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2$2.invokeSuspend(CoroutineScopeInterceptor.kt:20)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2$2.invoke(CoroutineScopeInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2$2.invoke(CoroutineScopeInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:89)
	at kotlinx.coroutines.CoroutineScopeKt.coroutineScope(CoroutineScope.kt:264)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2.invokeSuspend(CoroutineScopeInterceptor.kt:19)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2.invoke(CoroutineScopeInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2.invoke(CoroutineScopeInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.GlobalSoftAssertInterceptor$intercept$2.invokeSuspend(GlobalSoftAssertInterceptor.kt:29)
	at io.kotest.engine.test.interceptors.GlobalSoftAssertInterceptor$intercept$2.invoke(GlobalSoftAssertInterceptor.kt)
	at io.kotest.engine.test.interceptors.GlobalSoftAssertInterceptor$intercept$2.invoke(GlobalSoftAssertInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.AssertionModeInterceptor$intercept$2.invokeSuspend(AssertionModeInterceptor.kt:31)
	at io.kotest.engine.test.interceptors.AssertionModeInterceptor$intercept$2.invoke(AssertionModeInterceptor.kt)
	at io.kotest.engine.test.interceptors.AssertionModeInterceptor$intercept$2.invoke(AssertionModeInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.ExceptionCapturingInterceptor$intercept$2.invokeSuspend(ExceptionCapturingInterceptor.kt:20)
	at io.kotest.engine.test.interceptors.ExceptionCapturingInterceptor$intercept$2.invoke(ExceptionCapturingInterceptor.kt)
	at io.kotest.engine.test.interceptors.ExceptionCapturingInterceptor$intercept$2.invoke(ExceptionCapturingInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.LifecycleInterceptor$intercept$2.invokeSuspend(LifecycleInterceptor.kt:50)
	at io.kotest.engine.test.interceptors.LifecycleInterceptor$intercept$2.invoke(LifecycleInterceptor.kt)
	at io.kotest.engine.test.interceptors.LifecycleInterceptor$intercept$2.invoke(LifecycleInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.EnabledCheckInterceptor$intercept$2.invokeSuspend(EnabledCheckInterceptor.kt:24)
	at io.kotest.engine.test.interceptors.EnabledCheckInterceptor$intercept$2.invoke(EnabledCheckInterceptor.kt)
	at io.kotest.engine.test.interceptors.EnabledCheckInterceptor$intercept$2.invoke(EnabledCheckInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.TestCaseExtensionInterceptor$intercept$2.invokeSuspend(TestCaseExtensionInterceptor.kt:41)
	at io.kotest.engine.test.interceptors.TestCaseExtensionInterceptor$intercept$2.invoke(TestCaseExtensionInterceptor.kt)
	at io.kotest.engine.test.interceptors.TestCaseExtensionInterceptor$intercept$2.invoke(TestCaseExtensionInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.TestFinishedInterceptor$intercept$2.invokeSuspend(TestFinishedInterceptor.kt:13)
	at io.kotest.engine.test.interceptors.TestFinishedInterceptor$intercept$2.invoke(TestFinishedInterceptor.kt)
	at io.kotest.engine.test.interceptors.TestFinishedInterceptor$intercept$2.invoke(TestFinishedInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2$1.invokeSuspend(CoroutineErrorCollectorInterceptor.kt:22)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2$1.invoke(CoroutineErrorCollectorInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2$1.invoke(CoroutineErrorCollectorInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:89)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:165)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2.invokeSuspend(CoroutineErrorCollectorInterceptor.kt:21)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2.invoke(CoroutineErrorCollectorInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2.invoke(CoroutineErrorCollectorInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2$2.invokeSuspend(coroutineDispatcherFactoryInterceptor.kt:38)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2$2.invoke(coroutineDispatcherFactoryInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2$2.invoke(coroutineDispatcherFactoryInterceptor.kt)
	at io.kotest.engine.concurrency.FixedThreadCoroutineDispatcherFactory$withDispatcher$3.invokeSuspend(FixedThreadCoroutineDispatcherFactory.kt:52)
	at io.kotest.engine.concurrency.FixedThreadCoroutineDispatcherFactory$withDispatcher$3.invoke(FixedThreadCoroutineDispatcherFactory.kt)
	at io.kotest.engine.concurrency.FixedThreadCoroutineDispatcherFactory$withDispatcher$3.invoke(FixedThreadCoroutineDispatcherFactory.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:89)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:165)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at io.kotest.engine.concurrency.FixedThreadCoroutineDispatcherFactory.withDispatcher(FixedThreadCoroutineDispatcherFactory.kt:51)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2.invokeSuspend(coroutineDispatcherFactoryInterceptor.kt:37)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2.invoke(coroutineDispatcherFactoryInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2.invoke(coroutineDispatcherFactoryInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.SupervisorScopeInterceptor$intercept$2$1.invokeSuspend(SupervisorScopeInterceptor.kt:21)
	at io.kotest.engine.test.interceptors.SupervisorScopeInterceptor$intercept$2$1.invoke(SupervisorScopeInterceptor.kt)
	at io.kotest.engine.test.interceptors.SupervisorScopeInterceptor$intercept$2$1.invoke(SupervisorScopeInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:89)
	at kotlinx.coroutines.SupervisorKt.supervisorScope(Supervisor.kt:61)
	at io.kotest.engine.test.interceptors.SupervisorScopeInterceptor$intercept$2.invokeSuspend(SupervisorScopeInterceptor.kt:20)
	at io.kotest.engine.test.interceptors.SupervisorScopeInterceptor$intercept$2.invoke(SupervisorScopeInterceptor.kt)
	at io.kotest.engine.test.interceptors.SupervisorScopeInterceptor$intercept$2.invoke(SupervisorScopeInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineDebugProbeInterceptor$intercept$2.invokeSuspend(CoroutineDebugProbeInterceptor.kt:29)
	at io.kotest.engine.test.interceptors.CoroutineDebugProbeInterceptor$intercept$2.invoke(CoroutineDebugProbeInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineDebugProbeInterceptor$intercept$2.invoke(CoroutineDebugProbeInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.InvocationCountCheckInterceptor$intercept$2.invokeSuspend(InvocationCountCheckInterceptor.kt:20)
	at io.kotest.engine.test.interceptors.InvocationCountCheckInterceptor$intercept$2.invoke(InvocationCountCheckInterceptor.kt)
	at io.kotest.engine.test.interceptors.InvocationCountCheckInterceptor$intercept$2.invoke(InvocationCountCheckInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor.execute(TestCaseExecutor.kt:75)
	at io.kotest.engine.spec.runners.InstancePerTestSpecRunner$run$2.invokeSuspend(InstancePerTestSpecRunner.kt:153)
	at io.kotest.engine.spec.runners.InstancePerTestSpecRunner$run$2.invoke(InstancePerTestSpecRunner.kt)
	at io.kotest.engine.spec.runners.InstancePerTestSpecRunner$run$2.invoke(InstancePerTestSpecRunner.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:89)
	at kotlinx.coroutines.CoroutineScopeKt.coroutineScope(CoroutineScope.kt:264)
	at io.kotest.engine.spec.runners.InstancePerTestSpecRunner.run(InstancePerTestSpecRunner.kt:116)
	at io.kotest.engine.spec.runners.InstancePerTestSpecRunner.access$run(InstancePerTestSpecRunner.kt:57)
	at io.kotest.engine.spec.runners.InstancePerTestSpecRunner$run$2$context$1.registerTestCase(InstancePerTestSpecRunner.kt:131)
	at io.kotest.engine.test.contexts.DuplicateNameHandlingTestContext.registerTestCase(DuplicateNameHandlingTestContext.kt:26)
	at io.kotest.engine.test.contexts.TestContextWithCoroutineContext.registerTestCase(contexts.kt)
	at io.kotest.core.spec.style.scopes.BehaviorSpecGivenContainerContext.registerTestCase(BehaviorSpecGivenContainerContext.kt:37)
	at io.kotest.core.spec.style.scopes.BehaviorSpecGivenContainerContext.addWhen(BehaviorSpecGivenContainerContext.kt:82)
	at io.kotest.core.spec.style.scopes.BehaviorSpecGivenContainerContext.When(BehaviorSpecGivenContainerContext.kt:76)
	at com.m2f.testingworkshop.presentation.feature.ShowingKotestError$1$1.invokeSuspend(ShowingKotestError.kt:27)
	at com.m2f.testingworkshop.presentation.feature.ShowingKotestError$1$1.invoke(ShowingKotestError.kt)
	at com.m2f.testingworkshop.presentation.feature.ShowingKotestError$1$1.invoke(ShowingKotestError.kt)
	at io.kotest.core.spec.style.scopes.BehaviorSpecRootContext$addGiven$1.invokeSuspend(BehaviorSpecRootContext.kt:40)
	at io.kotest.core.spec.style.scopes.BehaviorSpecRootContext$addGiven$1.invoke(BehaviorSpecRootContext.kt)
	at io.kotest.core.spec.style.scopes.BehaviorSpecRootContext$addGiven$1.invoke(BehaviorSpecRootContext.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$innerExecute$1.invokeSuspend(TestCaseExecutor.kt:69)
	at io.kotest.engine.test.TestCaseExecutor$execute$innerExecute$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$innerExecute$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineLoggingInterceptor$intercept$2.invokeSuspend(CoroutineLoggingInterceptor.kt:65)
	at io.kotest.engine.test.interceptors.CoroutineLoggingInterceptor$intercept$2.invoke(CoroutineLoggingInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineLoggingInterceptor$intercept$2.invoke(CoroutineLoggingInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.InvocationTimeoutInterceptor$intercept$2.invokeSuspend(InvocationTimeoutInterceptor.kt:25)
	at io.kotest.engine.test.interceptors.InvocationTimeoutInterceptor$intercept$2.invoke(InvocationTimeoutInterceptor.kt)
	at io.kotest.engine.test.interceptors.InvocationTimeoutInterceptor$intercept$2.invoke(InvocationTimeoutInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2$3.invokeSuspend(InvocationRepeatInterceptor.kt:24)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2$3.invoke(InvocationRepeatInterceptor.kt)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2$3.invoke(InvocationRepeatInterceptor.kt)
	at io.kotest.mpp.ReplayKt.replay(replay.kt:18)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2.invokeSuspend(InvocationRepeatInterceptor.kt:19)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2.invoke(InvocationRepeatInterceptor.kt)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2.invoke(InvocationRepeatInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2$3.invokeSuspend(TimeoutInterceptor.kt:30)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2$3.invoke(TimeoutInterceptor.kt)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2$3.invoke(TimeoutInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturnIgnoreTimeout(Undispatched.kt:100)
	at kotlinx.coroutines.TimeoutKt.setupTimeout(Timeout.kt:148)
	at kotlinx.coroutines.TimeoutKt.withTimeout(Timeout.kt:44)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2.invokeSuspend(TimeoutInterceptor.kt:29)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2.invoke(TimeoutInterceptor.kt)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2.invoke(TimeoutInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.BlockedThreadTimeoutInterceptor$intercept$2.invokeSuspend(BlockedThreadTimeoutInterceptor.kt:63)
	at io.kotest.engine.test.interceptors.BlockedThreadTimeoutInterceptor$intercept$2.invoke(BlockedThreadTimeoutInterceptor.kt)
	at io.kotest.engine.test.interceptors.BlockedThreadTimeoutInterceptor$intercept$2.invoke(BlockedThreadTimeoutInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2$2.invokeSuspend(CoroutineScopeInterceptor.kt:20)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2$2.invoke(CoroutineScopeInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2$2.invoke(CoroutineScopeInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:89)
	at kotlinx.coroutines.CoroutineScopeKt.coroutineScope(CoroutineScope.kt:264)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2.invokeSuspend(CoroutineScopeInterceptor.kt:19)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2.invoke(CoroutineScopeInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2.invoke(CoroutineScopeInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.GlobalSoftAssertInterceptor$intercept$2.invokeSuspend(GlobalSoftAssertInterceptor.kt:29)
	at io.kotest.engine.test.interceptors.GlobalSoftAssertInterceptor$intercept$2.invoke(GlobalSoftAssertInterceptor.kt)
	at io.kotest.engine.test.interceptors.GlobalSoftAssertInterceptor$intercept$2.invoke(GlobalSoftAssertInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.AssertionModeInterceptor$intercept$2.invokeSuspend(AssertionModeInterceptor.kt:31)
	at io.kotest.engine.test.interceptors.AssertionModeInterceptor$intercept$2.invoke(AssertionModeInterceptor.kt)
	at io.kotest.engine.test.interceptors.AssertionModeInterceptor$intercept$2.invoke(AssertionModeInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.ExceptionCapturingInterceptor$intercept$2.invokeSuspend(ExceptionCapturingInterceptor.kt:20)
	at io.kotest.engine.test.interceptors.ExceptionCapturingInterceptor$intercept$2.invoke(ExceptionCapturingInterceptor.kt)
	at io.kotest.engine.test.interceptors.ExceptionCapturingInterceptor$intercept$2.invoke(ExceptionCapturingInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.LifecycleInterceptor$intercept$2.invokeSuspend(LifecycleInterceptor.kt:50)
	at io.kotest.engine.test.interceptors.LifecycleInterceptor$intercept$2.invoke(LifecycleInterceptor.kt)
	at io.kotest.engine.test.interceptors.LifecycleInterceptor$intercept$2.invoke(LifecycleInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.EnabledCheckInterceptor$intercept$2.invokeSuspend(EnabledCheckInterceptor.kt:24)
	at io.kotest.engine.test.interceptors.EnabledCheckInterceptor$intercept$2.invoke(EnabledCheckInterceptor.kt)
	at io.kotest.engine.test.interceptors.EnabledCheckInterceptor$intercept$2.invoke(EnabledCheckInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.TestCaseExtensionInterceptor$intercept$2.invokeSuspend(TestCaseExtensionInterceptor.kt:41)
	at io.kotest.engine.test.interceptors.TestCaseExtensionInterceptor$intercept$2.invoke(TestCaseExtensionInterceptor.kt)
	at io.kotest.engine.test.interceptors.TestCaseExtensionInterceptor$intercept$2.invoke(TestCaseExtensionInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.TestFinishedInterceptor$intercept$2.invokeSuspend(TestFinishedInterceptor.kt:13)
	at io.kotest.engine.test.interceptors.TestFinishedInterceptor$intercept$2.invoke(TestFinishedInterceptor.kt)
	at io.kotest.engine.test.interceptors.TestFinishedInterceptor$intercept$2.invoke(TestFinishedInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2$1.invokeSuspend(CoroutineErrorCollectorInterceptor.kt:22)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2$1.invoke(CoroutineErrorCollectorInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2$1.invoke(CoroutineErrorCollectorInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:89)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:165)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2.invokeSuspend(CoroutineErrorCollectorInterceptor.kt:21)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2.invoke(CoroutineErrorCollectorInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2.invoke(CoroutineErrorCollectorInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2$2.invokeSuspend(coroutineDispatcherFactoryInterceptor.kt:38)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2$2.invoke(coroutineDispatcherFactoryInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2$2.invoke(coroutineDispatcherFactoryInterceptor.kt)
	at io.kotest.engine.concurrency.FixedThreadCoroutineDispatcherFactory$withDispatcher$3.invokeSuspend(FixedThreadCoroutineDispatcherFactory.kt:52)
	at io.kotest.engine.concurrency.FixedThreadCoroutineDispatcherFactory$withDispatcher$3.invoke(FixedThreadCoroutineDispatcherFactory.kt)
	at io.kotest.engine.concurrency.FixedThreadCoroutineDispatcherFactory$withDispatcher$3.invoke(FixedThreadCoroutineDispatcherFactory.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:89)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:165)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at io.kotest.engine.concurrency.FixedThreadCoroutineDispatcherFactory.withDispatcher(FixedThreadCoroutineDispatcherFactory.kt:51)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2.invokeSuspend(coroutineDispatcherFactoryInterceptor.kt:37)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2.invoke(coroutineDispatcherFactoryInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2.invoke(coroutineDispatcherFactoryInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.SupervisorScopeInterceptor$intercept$2$1.invokeSuspend(SupervisorScopeInterceptor.kt:21)
	at io.kotest.engine.test.interceptors.SupervisorScopeInterceptor$intercept$2$1.invoke(SupervisorScopeInterceptor.kt)
	at io.kotest.engine.test.interceptors.SupervisorScopeInterceptor$intercept$2$1.invoke(SupervisorScopeInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:89)
	at kotlinx.coroutines.SupervisorKt.supervisorScope(Supervisor.kt:61)
	at io.kotest.engine.test.interceptors.SupervisorScopeInterceptor$intercept$2.invokeSuspend(SupervisorScopeInterceptor.kt:20)
	at io.kotest.engine.test.interceptors.SupervisorScopeInterceptor$intercept$2.invoke(SupervisorScopeInterceptor.kt)
	at io.kotest.engine.test.interceptors.SupervisorScopeInterceptor$intercept$2.invoke(SupervisorScopeInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineDebugProbeInterceptor$intercept$2.invokeSuspend(CoroutineDebugProbeInterceptor.kt:29)
	at io.kotest.engine.test.interceptors.CoroutineDebugProbeInterceptor$intercept$2.invoke(CoroutineDebugProbeInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineDebugProbeInterceptor$intercept$2.invoke(CoroutineDebugProbeInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.InvocationCountCheckInterceptor$intercept$2.invokeSuspend(InvocationCountCheckInterceptor.kt:20)
	at io.kotest.engine.test.interceptors.InvocationCountCheckInterceptor$intercept$2.invoke(InvocationCountCheckInterceptor.kt)
	at io.kotest.engine.test.interceptors.InvocationCountCheckInterceptor$intercept$2.invoke(InvocationCountCheckInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor.execute(TestCaseExecutor.kt:75)
	at io.kotest.engine.spec.runners.InstancePerTestSpecRunner$run$2.invokeSuspend(InstancePerTestSpecRunner.kt:153)
	at io.kotest.engine.spec.runners.InstancePerTestSpecRunner$run$2.invoke(InstancePerTestSpecRunner.kt)
	at io.kotest.engine.spec.runners.InstancePerTestSpecRunner$run$2.invoke(InstancePerTestSpecRunner.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:89)
	at kotlinx.coroutines.CoroutineScopeKt.coroutineScope(CoroutineScope.kt:264)
	at io.kotest.engine.spec.runners.InstancePerTestSpecRunner.run(InstancePerTestSpecRunner.kt:116)
	at io.kotest.engine.spec.runners.InstancePerTestSpecRunner.interceptAndRun-0E7RQCE(InstancePerTestSpecRunner.kt:110)
	at io.kotest.engine.spec.runners.InstancePerTestSpecRunner.executeInCleanSpec-gIAlu-s(InstancePerTestSpecRunner.kt:101)
	at io.kotest.engine.spec.runners.InstancePerTestSpecRunner.access$executeInCleanSpec-gIAlu-s(InstancePerTestSpecRunner.kt:57)
	at io.kotest.engine.spec.runners.InstancePerTestSpecRunner$run$2$context$1.registerTestCase(InstancePerTestSpecRunner.kt:129)
	at io.kotest.engine.test.contexts.DuplicateNameHandlingTestContext.registerTestCase(DuplicateNameHandlingTestContext.kt:26)
	at io.kotest.engine.test.contexts.TestContextWithCoroutineContext.registerTestCase(contexts.kt)
	at io.kotest.core.spec.style.scopes.BehaviorSpecGivenContainerContext.registerTestCase(BehaviorSpecGivenContainerContext.kt:37)
	at io.kotest.core.spec.style.scopes.BehaviorSpecGivenContainerContext.addWhen(BehaviorSpecGivenContainerContext.kt:82)
	at io.kotest.core.spec.style.scopes.BehaviorSpecGivenContainerContext.When(BehaviorSpecGivenContainerContext.kt:76)
	at com.m2f.testingworkshop.presentation.feature.ShowingKotestError$1$1.invokeSuspend(ShowingKotestError.kt:27)
	at com.m2f.testingworkshop.presentation.feature.ShowingKotestError$1$1.invoke(ShowingKotestError.kt)
	at com.m2f.testingworkshop.presentation.feature.ShowingKotestError$1$1.invoke(ShowingKotestError.kt)
	at io.kotest.core.spec.style.scopes.BehaviorSpecRootContext$addGiven$1.invokeSuspend(BehaviorSpecRootContext.kt:40)
	at io.kotest.core.spec.style.scopes.BehaviorSpecRootContext$addGiven$1.invoke(BehaviorSpecRootContext.kt)
	at io.kotest.core.spec.style.scopes.BehaviorSpecRootContext$addGiven$1.invoke(BehaviorSpecRootContext.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$innerExecute$1.invokeSuspend(TestCaseExecutor.kt:69)
	at io.kotest.engine.test.TestCaseExecutor$execute$innerExecute$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$innerExecute$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineLoggingInterceptor$intercept$2.invokeSuspend(CoroutineLoggingInterceptor.kt:65)
	at io.kotest.engine.test.interceptors.CoroutineLoggingInterceptor$intercept$2.invoke(CoroutineLoggingInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineLoggingInterceptor$intercept$2.invoke(CoroutineLoggingInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.InvocationTimeoutInterceptor$intercept$2.invokeSuspend(InvocationTimeoutInterceptor.kt:25)
	at io.kotest.engine.test.interceptors.InvocationTimeoutInterceptor$intercept$2.invoke(InvocationTimeoutInterceptor.kt)
	at io.kotest.engine.test.interceptors.InvocationTimeoutInterceptor$intercept$2.invoke(InvocationTimeoutInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2$3.invokeSuspend(InvocationRepeatInterceptor.kt:24)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2$3.invoke(InvocationRepeatInterceptor.kt)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2$3.invoke(InvocationRepeatInterceptor.kt)
	at io.kotest.mpp.ReplayKt.replay(replay.kt:18)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2.invokeSuspend(InvocationRepeatInterceptor.kt:19)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2.invoke(InvocationRepeatInterceptor.kt)
	at io.kotest.engine.test.interceptors.InvocationRepeatInterceptor$intercept$2.invoke(InvocationRepeatInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2$3.invokeSuspend(TimeoutInterceptor.kt:30)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2$3.invoke(TimeoutInterceptor.kt)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2$3.invoke(TimeoutInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturnIgnoreTimeout(Undispatched.kt:100)
	at kotlinx.coroutines.TimeoutKt.setupTimeout(Timeout.kt:148)
	at kotlinx.coroutines.TimeoutKt.withTimeout(Timeout.kt:44)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2.invokeSuspend(TimeoutInterceptor.kt:29)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2.invoke(TimeoutInterceptor.kt)
	at io.kotest.engine.test.interceptors.TimeoutInterceptor$intercept$2.invoke(TimeoutInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.BlockedThreadTimeoutInterceptor$intercept$2.invokeSuspend(BlockedThreadTimeoutInterceptor.kt:63)
	at io.kotest.engine.test.interceptors.BlockedThreadTimeoutInterceptor$intercept$2.invoke(BlockedThreadTimeoutInterceptor.kt)
	at io.kotest.engine.test.interceptors.BlockedThreadTimeoutInterceptor$intercept$2.invoke(BlockedThreadTimeoutInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2$2.invokeSuspend(CoroutineScopeInterceptor.kt:20)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2$2.invoke(CoroutineScopeInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2$2.invoke(CoroutineScopeInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:89)
	at kotlinx.coroutines.CoroutineScopeKt.coroutineScope(CoroutineScope.kt:264)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2.invokeSuspend(CoroutineScopeInterceptor.kt:19)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2.invoke(CoroutineScopeInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineScopeInterceptor$intercept$2.invoke(CoroutineScopeInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.GlobalSoftAssertInterceptor$intercept$2.invokeSuspend(GlobalSoftAssertInterceptor.kt:29)
	at io.kotest.engine.test.interceptors.GlobalSoftAssertInterceptor$intercept$2.invoke(GlobalSoftAssertInterceptor.kt)
	at io.kotest.engine.test.interceptors.GlobalSoftAssertInterceptor$intercept$2.invoke(GlobalSoftAssertInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.AssertionModeInterceptor$intercept$2.invokeSuspend(AssertionModeInterceptor.kt:31)
	at io.kotest.engine.test.interceptors.AssertionModeInterceptor$intercept$2.invoke(AssertionModeInterceptor.kt)
	at io.kotest.engine.test.interceptors.AssertionModeInterceptor$intercept$2.invoke(AssertionModeInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.ExceptionCapturingInterceptor$intercept$2.invokeSuspend(ExceptionCapturingInterceptor.kt:20)
	at io.kotest.engine.test.interceptors.ExceptionCapturingInterceptor$intercept$2.invoke(ExceptionCapturingInterceptor.kt)
	at io.kotest.engine.test.interceptors.ExceptionCapturingInterceptor$intercept$2.invoke(ExceptionCapturingInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.LifecycleInterceptor$intercept$2.invokeSuspend(LifecycleInterceptor.kt:50)
	at io.kotest.engine.test.interceptors.LifecycleInterceptor$intercept$2.invoke(LifecycleInterceptor.kt)
	at io.kotest.engine.test.interceptors.LifecycleInterceptor$intercept$2.invoke(LifecycleInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.EnabledCheckInterceptor$intercept$2.invokeSuspend(EnabledCheckInterceptor.kt:24)
	at io.kotest.engine.test.interceptors.EnabledCheckInterceptor$intercept$2.invoke(EnabledCheckInterceptor.kt)
	at io.kotest.engine.test.interceptors.EnabledCheckInterceptor$intercept$2.invoke(EnabledCheckInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.TestCaseExtensionInterceptor$intercept$2.invokeSuspend(TestCaseExtensionInterceptor.kt:41)
	at io.kotest.engine.test.interceptors.TestCaseExtensionInterceptor$intercept$2.invoke(TestCaseExtensionInterceptor.kt)
	at io.kotest.engine.test.interceptors.TestCaseExtensionInterceptor$intercept$2.invoke(TestCaseExtensionInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.TestFinishedInterceptor$intercept$2.invokeSuspend(TestFinishedInterceptor.kt:13)
	at io.kotest.engine.test.interceptors.TestFinishedInterceptor$intercept$2.invoke(TestFinishedInterceptor.kt)
	at io.kotest.engine.test.interceptors.TestFinishedInterceptor$intercept$2.invoke(TestFinishedInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2$1.invokeSuspend(CoroutineErrorCollectorInterceptor.kt:22)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2$1.invoke(CoroutineErrorCollectorInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2$1.invoke(CoroutineErrorCollectorInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:89)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:165)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2.invokeSuspend(CoroutineErrorCollectorInterceptor.kt:21)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2.invoke(CoroutineErrorCollectorInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineErrorCollectorInterceptor$intercept$2.invoke(CoroutineErrorCollectorInterceptor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invokeSuspend(TestCaseExecutor.kt:74)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.TestCaseExecutor$execute$result$1$1.invoke(TestCaseExecutor.kt)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2$2.invokeSuspend(coroutineDispatcherFactoryInterceptor.kt:38)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2$2.invoke(coroutineDispatcherFactoryInterceptor.kt)
	at io.kotest.engine.test.interceptors.CoroutineDispatcherFactoryInterceptor$intercept$2$2.invoke(coroutineDispatcherFactoryInterceptor.kt)
	at io.kotest.engine.concurrency.FixedThreadCoroutineDispatcherFactory$withDispatcher$3.invokeSuspend(FixedThreadCoroutineDispatcherFactory.kt:52)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)