diff --git a/core/src/main/kotlin/com/malinskiy/marathon/execution/progress/PoolProgressAccumulator.kt b/core/src/main/kotlin/com/malinskiy/marathon/execution/progress/PoolProgressAccumulator.kt index f95500425..b6d4590cf 100644 --- a/core/src/main/kotlin/com/malinskiy/marathon/execution/progress/PoolProgressAccumulator.kt +++ b/core/src/main/kotlin/com/malinskiy/marathon/execution/progress/PoolProgressAccumulator.kt @@ -19,8 +19,8 @@ import kotlin.math.roundToInt class PoolProgressAccumulator( private val poolId: DevicePoolId, - val shard: TestShard, - val configuration: Configuration, + shard: TestShard, + configuration: Configuration, private val track: Track ) { private val tests: HashMap = HashMap()