This commit is contained in:
paulsnoops
2022-08-22 23:56:41 +01:00
parent 8eee9da612
commit 248c1c6603
2 changed files with 2 additions and 2 deletions

View File

@@ -1754,7 +1754,7 @@ public class CardDbCardMockTestCase extends CardMockTestCase {
try {
SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd");
alphaRelaseDate = format.parse(alphaEditionReleaseDate);
latestShivanDragonReleaseDateToDate = format.parse("2019-07-12");
latestShivanDragonReleaseDateToDate = format.parse("2022-09-09");
} catch (ParseException e) {
e.printStackTrace();
fail();