Skip to content

Commit 44ca378

Browse files
committed
Fix property in CgContext
1 parent 9e96a9a commit 44ca378

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ internal interface CgContextOwner {
341341
// util methods and auxiliary classes of current test class
342342

343343
val capturedArgumentClass: ClassId
344-
get() = utilMethodProvider.utilClassId.capturedArgumentClassId
344+
get() = utilMethodProvider.capturedArgumentClassId
345345

346346
val getUnsafeInstance: MethodId
347347
get() = utilMethodProvider.getUnsafeInstanceMethodId

0 commit comments

Comments
 (0)