Skip to content

Commit 18bcdfa

Browse files
committed
Fix bug
1 parent 778b1b1 commit 18bcdfa

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

utbot-framework/src/main/kotlin/org/utbot/framework/codegen/domain/models/CgMethodTestSet.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ data class CgMethodTestSet constructor(
2020
var executions: List<UtExecution> = emptyList()
2121
private set
2222

23-
constructor(from: UtMethodTestSet) : this(from.method, from.errors) {
23+
constructor(from: UtMethodTestSet) : this(from.method, from.errors, from.clustersInfo) {
2424
executions = from.executions
2525
}
2626

0 commit comments

Comments
 (0)