Skip to content

Commit 2e91edf

Browse files
authored
Turn off Fuzzer in Spring unit tests #2228 (#2395)
1 parent 0107fac commit 2e91edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/generator/UtTestsDialogProcessor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ object UtTestsDialogProcessor {
385385
}
386386
val useFuzzing = when (model.projectType) {
387387
Spring -> when (model.springTestType) {
388-
UNIT_TEST -> model.springSettings is AbsentSpringSettings
388+
UNIT_TEST -> false
389389
INTEGRATION_TEST -> true
390390
}
391391

0 commit comments

Comments
 (0)