Skip to content

Commit

Permalink
fix: uncomment lines
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebianchi committed Aug 20, 2022
1 parent 4b4a176 commit 3ffa75d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/sleepinfo/sleepinfo_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -595,8 +595,8 @@ var _ = Describe("SleepInfo Controller", func() {
}

assertCorrectSleepOperation(assertContextInfo.withSchedule("2021-03-23T20:05:59.000Z").withRequeue(14*60 + 1))
// assertCorrectWakeUpOperation(assertContextInfo.withSchedule("2021-03-23T20:19:50.100Z").withRequeue(45*60 + 9.9))
// assertCorrectSleepOperation(assertContextInfo.withSchedule("2021-03-23T21:05:00.000Z").withRequeue(15 * 60))
assertCorrectWakeUpOperation(assertContextInfo.withSchedule("2021-03-23T20:19:50.100Z").withRequeue(45*60 + 9.9))
assertCorrectSleepOperation(assertContextInfo.withSchedule("2021-03-23T21:05:00.000Z").withRequeue(15 * 60))
})

It("reconcile - with deployments - suspend cron jobs active but not cron job in namespace", func() {
Expand Down

0 comments on commit 3ffa75d

Please sign in to comment.