This commit is contained in:
paulsnoops
2022-08-22 23:52:29 +01:00
parent 455f3fbc67
commit 8eee9da612

View File

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