We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25036b0 commit 0be9ef7Copy full SHA for 0be9ef7
utbot-framework/src/main/kotlin/org/utbot/framework/codegen/domain/Domain.kt
@@ -584,7 +584,7 @@ enum class RuntimeExceptionTestsBehaviour(
584
// Get is mandatory because of the initialization order of the inheritors.
585
// Otherwise, in some cases we could get an incorrect value
586
companion object : CodeGenerationSettingBox {
587
- override val defaultItem: RuntimeExceptionTestsBehaviour get() = FAIL
+ override val defaultItem: RuntimeExceptionTestsBehaviour get() = PASS
588
override val allItems: List<RuntimeExceptionTestsBehaviour> = values().toList()
589
}
590
0 commit comments