Winkey Wong

Results 2 issues of Winkey Wong

**Which version of Kotest are you using** 5.8.0 --- ```kotlin class MyTest : WordSpec({ isolationMode = IsolationMode.InstancePerLeaf "a" should { "b" {} "c" {} } finalizeSpec { println("finalizeSpec") } afterProject...

framework 🏗️
documentation 📚

I use this library in my Ktor project, and runs the `KafkaReceiver` with IO dispatcher, and sets `commitStrategy = CommitStrategy.BySize(100)`, it throws `java.util.ConcurrentModificationException`. The full stacktrace is ``` java.util.ConcurrentModificationException: KafkaConsumer...