I'm having a hell of a time with this error: ```cl...
# coroutines
b
I'm having a hell of a time with this error:
Copy code
class kotlinx.coroutines.test.TestCoroutineScheduler$timeSource$1 cannot be cast to class kotlin.time.TimeSource$WithComparableMarks
This is happening while running unit tests in a SpringBoot project. Using Kotlin 2.2.0, and Coroutines 1.10.2. Anyone have any ideas?
c
What's the code of the place that does the cast?
b
It's inside of
runTest
. We're not casting it.