Skip to content

Commit

Permalink
Added error check for a missed return value
Browse files Browse the repository at this point in the history
Signed-off-by: jubittajohn <jujohn@redhat.com>
  • Loading branch information
jubittajohn committed Jul 10, 2023
1 parent ae3251d commit 890430a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/operator-e2e/operator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ var _ = BeforeSuite(func() {

var _ = AfterSuite(func() {
Eventually(func(g Gomega) {
deleteAndCheckCatalogDeleted(operatorCatalog)
err = deleteAndCheckCatalogDeleted(operatorCatalog)
g.Expect(errors.IsNotFound(err)).To(BeTrue())
}).Should(Succeed())
})
Expand Down

0 comments on commit 890430a

Please sign in to comment.