diff --git a/utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/generator/CodeGenerator.kt b/utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/generator/CodeGenerator.kt index d24c103d95..ea06ea3f1a 100644 --- a/utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/generator/CodeGenerator.kt +++ b/utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/generator/CodeGenerator.kt @@ -36,10 +36,6 @@ class CodeGenerator( engineActions: MutableList<(UtBotSymbolicEngine) -> Unit> = mutableListOf(), isCanceled: () -> Boolean, ) { - init { - UtSettings.testMinimizationStrategyType = TestSelectionStrategyType.COVERAGE_STRATEGY - } - val generator = (project.service().testCasesGenerator as UtBotTestCaseGenerator).apply { init(Paths.get(buildDir), classpath, pluginJarsPath, engineActions, isCanceled) }