Skip to content

Commit

Permalink
Update reporthandling/helpers/v1/listing.go
Browse files Browse the repository at this point in the history
Co-authored-by: Vlad Klokun <[email protected]>
  • Loading branch information
David Wertenteil and vladklokun authored Feb 22, 2023
1 parent a52e923 commit 705e5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reporthandling/helpers/v1/listing.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func (all *AllLists) ToUniqueResources() {
trimmed = append(trimmed, all.skipped...)
all.passed = slices.TrimStableUnique(all.passed, trimmed)

// remove failed, skipped and skipped from "other" list
// remove failed, skipped and passed from "other" list
trimmed = append(trimmed, all.passed...)
all.other = slices.TrimStableUnique(all.other, trimmed)
}
Expand Down

0 comments on commit 705e5b6

Please sign in to comment.