You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -607,6 +607,7 @@ var _ = Describe("controller", func() {
607
607
err:=ctrl.startEventSourcesAndQueueLocked(ctx)
608
608
Expect(err).NotTo(HaveOccurred())
609
609
Expect(ctrl.startWatches).To(BeNil(), "startWatches should be reset to nil after returning")
610
+
Expect(ctrl.startedEventSourcesAndQueue).To(BeTrue(), "startedEventSourcesAndQueue should be set to true after startEventSourcesAndQueueLocked returns without error")
0 commit comments