Skip to content

Commit

Permalink
fix(core): pr fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
matzuk committed Dec 12, 2023
1 parent cad1958 commit 36a5b8a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<String, TestExecutionData> = HashMap()
Expand Down

0 comments on commit 36a5b8a

Please sign in to comment.