Skip to content

Commit 49814bf

Browse files
committed
Temporarily disable functionality
1 parent 791f619 commit 49814bf

File tree

1 file changed

+1
-1
lines changed
  • utbot-framework/src/main/kotlin/org/utbot/framework/codegen/domain/context

1 file changed

+1
-1
lines changed

utbot-framework/src/main/kotlin/org/utbot/framework/codegen/domain/context/CgContext.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ interface CgContextOwner {
434434
*/
435435
data class CgContext(
436436
override val classUnderTest: ClassId,
437-
override val isSpringClass: Boolean = true,
437+
override val isSpringClass: Boolean = false,
438438
val generateUtilClassFile: Boolean = false,
439439
override var currentExecutable: ExecutableId? = null,
440440
override val collectedExceptions: MutableSet<ClassId> = mutableSetOf(),

0 commit comments

Comments
 (0)