We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d253a commit d486710Copy full SHA for d486710
pkg/reconciler/reconciler_test.go
@@ -1509,7 +1509,7 @@ var _ = Describe("Reconciler", func() {
1509
})
1510
1511
1512
- _ = Describe("WithSelector integration test", func() {
+ _ = Describe("WithSelector test", func() {
1513
var (
1514
mgr manager.Manager
1515
ctx context.Context
@@ -1534,7 +1534,6 @@ var _ = Describe("Reconciler", func() {
1534
)
1535
Expect(err).ToNot(HaveOccurred())
1536
1537
- // Wrap the Reconcile method to track reconciliations
1538
reconciler := reconcile.Func(func(ctx context.Context, req reconcile.Request) (reconcile.Result, error) {
1539
reconciledCRsMutex.Lock()
1540
reconciledCRs = append(reconciledCRs, req.NamespacedName.String())
0 commit comments