Skip to content

Commit

Permalink
Update FlagDetailsProcessorTest.java (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
SabinaHMCTS authored Jun 18, 2024
1 parent 9fcd86d commit 18b3dd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ private List<FlagDetails> getValidMrdDeletedDate() {
.categoryId("01")
.mrdCreatedTime("17-06-2022 13:33:00")
.mrdUpdatedTime("17-06-2022 13:33:00")
.mrdDeletedTime("17-06-2024 13:33:00")
.mrdDeletedTime("17-06-2028 13:33:00")
.build());
}

Expand Down

0 comments on commit 18b3dd0

Please sign in to comment.