Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ludydoo committed Jun 26, 2023
1 parent ae1c3b1 commit 548739d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/reconciler/reconciler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,6 @@ var _ = Describe("Reconciler", func() {
obj.SetFinalizers([]string{uninstallFinalizer})
Expect(mgr.GetClient().Update(ctx, obj)).To(Succeed())
Expect(mgr.GetClient().Delete(ctx, obj)).To(Succeed())
Expect(mgr.GetClient().Get(ctx, objKey, obj)).To(Succeed())
})

By("expecting a conflict", func() {
Expand Down

0 comments on commit 548739d

Please sign in to comment.