Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
typo
  • Loading branch information
sklarsa committed Jun 21, 2023
commit 3fed8c176b8dce1093318a8698b1491a6a9fd770
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ var _ = Describe("QuestDBSnapshotSchedule Controller", func() {
NamespacedName: client.ObjectKeyFromObject(sched),
})
Expect(err).ToNot(HaveOccurred())
Expect(res).To(Equal(ctrl.Result{})
Expect(res).To(Equal(ctrl.Result{}))

By("Checking that a snapshot has been deleted")
Eventually(func(g Gomega) {
Expand Down