InsertKoinIO / koin

Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform
https://insert-koin.io
Apache License 2.0
9.08k stars 719 forks source link

Fixing ConcurrentModification exceptions thrown by tests #1765

Closed Daeda88 closed 8 months ago

Daeda88 commented 10 months ago

Fixes #1711

Was already crashing on CI so no new tests have been added

Daeda88 commented 10 months ago

Your tests were failing for iOS and are still failing for JavaScript (due to test names). Shouldnt CI run these?

arnaudgiuliani commented 8 months ago

Taking your PR out of confilct here - see linked PR #1799