Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Correct model id
  • Loading branch information
EgorkaKulikov committed Feb 21, 2023
commit fded965db1814a573b74f7239dce7784d53011a7
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class CgSpringTestClassConstructor(context: CgContext): CgAbstractTestClassConst
val mockitoCloseableVarType = java.lang.AutoCloseable::class.id

Comment thread
EgorkaKulikov marked this conversation as resolved.
val mockitoCloseableModel = UtCompositeModel(
id = 239017,
id = null,
classId = mockitoCloseableVarType,
isMock = false,
)
Expand Down