Skip to content

Commit

Permalink
Updated a unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Oct 9, 2018
1 parent fd94645 commit ae67a7a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ List<TestOutcome> outcomesFilteredByResult(TestResult... results) {

return outcomes.stream()
.filter(outcome -> outcomeHasResultFrom(outcome, eligableResults))
.distinct()
.collect(Collectors.toList());

}
Expand Down

0 comments on commit ae67a7a

Please sign in to comment.