From 36a5b8ae8b9a1ed2284f923d58f17070ebafbf9f Mon Sep 17 00:00:00 2001 From: Evgenii Matsiuk Date: Tue, 12 Dec 2023 07:09:40 +0300 Subject: [PATCH] fix(core): pr fixes --- .../marathon/execution/progress/PoolProgressAccumulator.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()