Skip to content

Commit 39ec42c

Browse files
committed
fixes
1 parent 0d11ce6 commit 39ec42c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/test/kotlin/org/evomaster/core/search/algorithms/CroAlgorithmTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ class CroAlgorithmTest {
344344
fun testInterMolecular_IneffectiveCollision_rejected_NoChange() {
345345
TestUtils.handleFlaky {
346346
val cro = injector.getInstance(
347-
Key.get(object : TypeLiteral<CroAlgorithm<OneMaxIndividual>>() {})
347+
Key.get(object : TypeLiteral<TestCroAlgorithm<OneMaxIndividual>>() {})
348348
)
349349

350350
val config = injector.getInstance(EMConfig::class.java)

0 commit comments

Comments
 (0)