Skip to content

Commit

Permalink
WIP Refactor throw handler
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWoodworth committed Oct 28, 2023
1 parent 5b9fb4b commit 40e660d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commonMain/kotlin/ParameterizeState.kt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ internal class ParameterizeState {
}

fun handleComplete(onComplete: OnCompleteScope.() -> Unit) {
OnCompleteScope(this, iterationCount, failureCount, coveredAllCases, recordedFailures)
OnCompleteScope(iterationCount, failureCount, coveredAllCases, recordedFailures)
.apply { onComplete() }
}
}

0 comments on commit 40e660d

Please sign in to comment.