weizhouapache commented on code in PR #9330:
URL: https://github.com/apache/cloudstack/pull/9330#discussion_r1664600314


##########
plugins/database/quota/src/test/java/org/apache/cloudstack/api/response/QuotaResponseBuilderImplTest.java:
##########
@@ -334,7 +334,7 @@ public void 
validateEndDateOnCreatingNewQuotaTariffTestEndDateLessThanNowThrowIn
     @Test
     public void validateEndDateOnCreatingNewQuotaTariffTestSetValidEndDate() {
         Date startDate = DateUtils.addDays(date, -100);
-        Date endDate = DateUtils.addMilliseconds(new Date(), 1);
+        Date endDate = DateUtils.addMinutes(new Date(), 1);

Review Comment:
   Cool, thanks for the fixing
   @vishesh92



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to