Skip to content

Commit

Permalink
Fix test compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaMuravjov committed Aug 17, 2023
1 parent 8dbe8b9 commit 5576ceb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ abstract class BaseConstructorTest {
protected fun <T : Any> computeReconstructed(value: T): T {
val model = UtModelConstructor(
objectToModelCache = IdentityHashMap(),
idGenerator = StateBeforeAwareIdGenerator(preExistingModels = emptySet()),
utModelWithCompositeOriginConstructorFinder = ::findUtCustomModelConstructor
).construct(value, value::class.java.id)

Expand Down

0 comments on commit 5576ceb

Please sign in to comment.