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 21dbd8d commit 3646392Copy full SHA for 3646392
test/e2e/e2e_suite_test.go
@@ -99,7 +99,7 @@ var _ = AfterSuite(func() {
99
Expect(c.Delete(ctx, operatorCatalog)).To(Succeed())
100
Eventually(func(g Gomega) {
101
err := c.Get(ctx, types.NamespacedName{Name: operatorCatalog.Name}, &catalogd.Catalog{})
102
- Expect(errors.IsNotFound(err)).To(BeTrue())
+ g.Expect(errors.IsNotFound(err)).To(BeTrue())
103
}).Should(Succeed())
104
105
// speed up delete without waiting for gc
0 commit comments