Skip to content

Commit

Permalink
Fixed a defect in the failure summary counts
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed May 23, 2019
1 parent 2eeab8d commit d7bd1ff
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class UnstableFeaturesBuilder(val testOutcomes: TestOutcomes) {
}

fun withMaxOf(maxEntries: Int): List<UnstableFeature> {
val failingTestCount = unsuccessfulOutcomesIn(testOutcomes.unsuccessfulTests)
return testOutcomes.unsuccessfulTests.outcomes
.groupBy { outcome -> defaultStoryNameOr(outcome.userStory?.displayName) }
.map { (userStoryName, outcomes) ->
Expand Down

0 comments on commit d7bd1ff

Please sign in to comment.