We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0107fac commit 2e91edfCopy full SHA for 2e91edf
1 file changed
utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/generator/UtTestsDialogProcessor.kt
@@ -385,7 +385,7 @@ object UtTestsDialogProcessor {
385
}
386
val useFuzzing = when (model.projectType) {
387
Spring -> when (model.springTestType) {
388
- UNIT_TEST -> model.springSettings is AbsentSpringSettings
+ UNIT_TEST -> false
389
INTEGRATION_TEST -> true
390
391
0 commit comments