Skip to content

Commit

Permalink
fixup eventually here is meaningless
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Nov 24, 2024
1 parent 4d1f69b commit bba5e35
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -663,9 +663,7 @@ var _ = Describe("The Openshift Notebook controller", func() {
Expect(cli.Create(ctx, notebook)).Should(Succeed())

By("By checking that the webhook has injected the sidecar container")
Eventually(func() bool {
return CompareNotebooks(*notebook, expectedNotebook)
}, duration, interval).Should(BeTrueBecause(cmp.Diff(*notebook, expectedNotebook)))
Expect(CompareNotebooks(*notebook, expectedNotebook)).Should(BeTrueBecause(cmp.Diff(*notebook, expectedNotebook)))
})

It("Should remove the reconciliation lock annotation", func() {
Expand Down

0 comments on commit bba5e35

Please sign in to comment.