Skip to content

Commit 65a10e2

Browse files
committed
Fix review finding
1 parent ae53a80 commit 65a10e2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/client/client_test.go

-3
Original file line numberDiff line numberDiff line change
@@ -2618,7 +2618,6 @@ func ClientListTest(watchListEnabled, watchListClientEnabled bool) {
26182618
Expect(deps.Items).To(BeEmpty())
26192619
})
26202620

2621-
// TODO(seans): get label selector test working
26222621
It("should filter results by label selector", func() {
26232622
By("creating a Deployment with the app=frontend label")
26242623
depFrontend := &appsv1.Deployment{
@@ -3097,7 +3096,6 @@ func ClientListTest(watchListEnabled, watchListClientEnabled bool) {
30973096
Expect(deps.Items).To(BeEmpty())
30983097
})
30993098

3100-
// TODO(seans): get label selector test working
31013099
It("should filter results by label selector", func() {
31023100
By("creating a Deployment with the app=frontend label")
31033101
depFrontend := &appsv1.Deployment{
@@ -3569,7 +3567,6 @@ func ClientListTest(watchListEnabled, watchListClientEnabled bool) {
35693567
Expect(metaList.Items).To(BeEmpty())
35703568
})
35713569

3572-
// TODO(seans): get label selector test working
35733570
It("should filter results by label selector", func() {
35743571
By("creating a Deployment with the app=frontend label")
35753572
depFrontend := &appsv1.Deployment{

0 commit comments

Comments
 (0)