diff --git a/storage/store/store_test.go b/storage/store/store_test.go index 6b71a2de..adfa206c 100644 --- a/storage/store/store_test.go +++ b/storage/store/store_test.go @@ -15,7 +15,7 @@ var ( secondCondition = core.Condition("[RESPONSE_TIME] < 500") thirdCondition = core.Condition("[CERTIFICATE_EXPIRATION] < 72h") - now = time.Now() + now = time.Now().Truncate(time.Minute) testService = core.Service{ Name: "name",