We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d11ce6 commit 39ec42cCopy full SHA for 39ec42c
1 file changed
core/src/test/kotlin/org/evomaster/core/search/algorithms/CroAlgorithmTest.kt
@@ -344,7 +344,7 @@ class CroAlgorithmTest {
344
fun testInterMolecular_IneffectiveCollision_rejected_NoChange() {
345
TestUtils.handleFlaky {
346
val cro = injector.getInstance(
347
- Key.get(object : TypeLiteral<CroAlgorithm<OneMaxIndividual>>() {})
+ Key.get(object : TypeLiteral<TestCroAlgorithm<OneMaxIndividual>>() {})
348
)
349
350
val config = injector.getInstance(EMConfig::class.java)
0 commit comments