From 138cace5fdf64aeb3c08b940d952408add32ed55 Mon Sep 17 00:00:00 2001 From: rnithinpaladin <103981517+rnithinpaladin@users.noreply.github.com> Date: Fri, 24 May 2024 11:30:32 +0530 Subject: [PATCH] test:coderabit --- .../java/com/tmobile/pacman/api/commons/utils/ForTestUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");