Andrei Chugunov

Results 2 comments of Andrei Chugunov

I got the same error with the example kotlin 1.5.30 mockk 1.11.0 kotlinx-coroutines-core-jvm: 1.5.2 ``` import io.mockk.coEvery import io.mockk.coVerify import io.mockk.every import io.mockk.mockk import kotlinx.coroutines.runBlocking import org.junit.jupiter.api.Test import org.springframework.web.reactive.function.client.WebClient import...

@steverao thank you a lot for review