Skip to content

Commit d151e86

Browse files
committed
Do not set useConcrete in test flow
1 parent c2a8632 commit d151e86

File tree

1 file changed

+0
-1
lines changed
  • utbot-framework/src/main/kotlin/org/utbot/framework/plugin/api

1 file changed

+0
-1
lines changed

utbot-framework/src/main/kotlin/org/utbot/framework/plugin/api/TestFlow.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ fun defaultSpringFlow(timeout: Long) = testFlow {
3232
generationTimeout = timeout
3333
isFuzzingEnabled = false
3434
fuzzingValue = 0.0
35-
UtSettings.useConcreteExecution = false
3635
}
3736

3837
/**

0 commit comments

Comments
 (0)