Skip to content

Commit 6c224c5

Browse files
committed
Fix test compilation
1 parent 399a8b8 commit 6c224c5

File tree

1 file changed

+1
-0
lines changed
  • utbot-instrumentation/src/test/kotlin/org/utbot/instrumentation/instrumentation/execution/constructors

1 file changed

+1
-0
lines changed

utbot-instrumentation/src/test/kotlin/org/utbot/instrumentation/instrumentation/execution/constructors/BaseConstructorTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ abstract class BaseConstructorTest {
2727
protected fun <T : Any> computeReconstructed(value: T): T {
2828
val model = UtModelConstructor(
2929
objectToModelCache = IdentityHashMap(),
30+
idGenerator = StateBeforeAwareIdGenerator(preExistingModels = emptySet()),
3031
utModelWithCompositeOriginConstructorFinder = ::findUtCustomModelConstructor
3132
).construct(value, value::class.java.id)
3233

0 commit comments

Comments
 (0)