Skip to content

Commit c2a8632

Browse files
committed
Fix compilation
1 parent 3c1fd09 commit c2a8632

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,8 @@ data class CgContext(
491491
override lateinit var statesCache: EnvironmentFieldStateCache
492492
override lateinit var actual: CgVariable
493493
override lateinit var successfulExecutionsModels: List<UtModel>
494-
override lateinit var modelIds: Map<UtModel, ModelId>
494+
495+
override var modelIds: Map<UtModel, ModelId> = mapOf()
495496

496497
/**
497498
* This property cannot be accessed outside of test class file scope

0 commit comments

Comments
 (0)