Skip to content

Commit d486710

Browse files
committed
Small fix
1 parent 25d253a commit d486710

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/reconciler/reconciler_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,7 +1509,7 @@ var _ = Describe("Reconciler", func() {
15091509
})
15101510
})
15111511

1512-
_ = Describe("WithSelector integration test", func() {
1512+
_ = Describe("WithSelector test", func() {
15131513
var (
15141514
mgr manager.Manager
15151515
ctx context.Context
@@ -1534,7 +1534,6 @@ var _ = Describe("Reconciler", func() {
15341534
)
15351535
Expect(err).ToNot(HaveOccurred())
15361536

1537-
// Wrap the Reconcile method to track reconciliations
15381537
reconciler := reconcile.Func(func(ctx context.Context, req reconcile.Request) (reconcile.Result, error) {
15391538
reconciledCRsMutex.Lock()
15401539
reconciledCRs = append(reconciledCRs, req.NamespacedName.String())

0 commit comments

Comments
 (0)