Skip to content

Commit

Permalink
linted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr committed Apr 23, 2021
1 parent a669ebb commit 10c378e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/notify/notify_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func TestShouldCheckURL(t *testing.T) {
// test that update notifications get triggered if it has been longer than 24 hours
viper.Set(config.ReminderWaitPeriodInHours, 24)

//time.Time{} returns time -> January 1, year 1, 00:00:00.000000000 UTC.
// time.Time{} returns time -> January 1, year 1, 00:00:00.000000000 UTC.
if err := writeTimeToFile(lastUpdateCheckFilePath, time.Time{}); err != nil {
t.Errorf("write failed: %v", err)
}
Expand Down

0 comments on commit 10c378e

Please sign in to comment.