diff --git a/commons/pac-api-commons/src/test/java/com/tmobile/pacman/api/commons/utils/ForTestUtils.java b/commons/pac-api-commons/src/test/java/com/tmobile/pacman/api/commons/utils/ForTestUtils.java index 2e8e082515..156a3a536d 100644 --- a/commons/pac-api-commons/src/test/java/com/tmobile/pacman/api/commons/utils/ForTestUtils.java +++ b/commons/pac-api-commons/src/test/java/com/tmobile/pacman/api/commons/utils/ForTestUtils.java @@ -106,7 +106,7 @@ public boolean buildFailureResponse2() { @SuppressWarnings("rawtypes") public boolean getAllDatesBetweenDates() throws ParseException { - String currentDate = "01-March-2016"; + String currentDate = "05-May-2024"; SimpleDateFormat f = new SimpleDateFormat("dd-MMM-yyyy"); Date begin = f.parse(currentDate); List response = DateUtils.getAllDatesBetweenDates(begin, new Date(), "dd/MM/yyyy");