diff --git a/projects/core/koin-core/src/jvmTest/kotlin/org/koin/core/instance/CreateAPITest.kt b/projects/core/koin-core/src/jvmTest/kotlin/org/koin/core/instance/CreateAPITest.kt index 50d33b8f4..46b14c534 100644 --- a/projects/core/koin-core/src/jvmTest/kotlin/org/koin/core/instance/CreateAPITest.kt +++ b/projects/core/koin-core/src/jvmTest/kotlin/org/koin/core/instance/CreateAPITest.kt @@ -1,6 +1,8 @@ //package org.koin.core.instance // -//import org.junit.Assert.* +//import org.junit.Assert.assertEquals +//import org.junit.Assert.assertNotEquals +//import org.junit.Assert.fail //import org.junit.Test //import org.koin.core.error.InstanceCreationException //import org.koin.core.logger.Level @@ -123,7 +125,7 @@ // ) // }.koin // -// (1..3).forEach { +// for (index in 1..3) { // koin.get() // } // }