Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoShaka committed Dec 6, 2024
1 parent 3ed3aa7 commit 296b736
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/autoupdate/rollout/strategy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ import (
)

var (
// TODO(hugoShaka) uncomment in the next PRs when this value will become useful
// 2024-11-30 is a Saturday
testSaturday = time.Date(2024, 11, 30, 15, 30, 0, 0, time.UTC)
// testSaturday = time.Date(2024, 11, 30, 15, 30, 0, 0, time.UTC)
// 2024-12-01 is a Sunday
testSunday = time.Date(2024, 12, 1, 12, 30, 0, 0, time.UTC)
matchingStartHour = int32(12)
Expand Down

0 comments on commit 296b736

Please sign in to comment.