Skip to content

Commit

Permalink
remove FilterOutAndIterate method
Browse files Browse the repository at this point in the history
  • Loading branch information
saiskee committed Apr 8, 2024
1 parent 05eb58a commit eb0dcc9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions contrib/tests/set_v2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,6 @@ var _ = FDescribe("PaintSetV2", func() {
}
}

setA.FilterOutAndIterate(filterFn)(func(i int, p *v1.Paint) bool {
if i == 0 {
Expect(p).To(Equal(paintBCluster2))
}
if i == 1 {
Expect(p).To(Equal(paintC))
}
return true
})
})

It("should filter", func() {
Expand Down

0 comments on commit eb0dcc9

Please sign in to comment.