mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
date
This commit is contained in:
@@ -1754,7 +1754,7 @@ public class CardDbCardMockTestCase extends CardMockTestCase {
|
||||
try {
|
||||
SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd");
|
||||
alphaRelaseDate = format.parse(alphaEditionReleaseDate);
|
||||
latestShivanDragonReleaseDateToDate = format.parse("2022-09-09");
|
||||
latestShivanDragonReleaseDateToDate = format.parse("2019-07-12");
|
||||
} catch (ParseException e) {
|
||||
e.printStackTrace();
|
||||
fail();
|
||||
|
||||
Reference in New Issue
Block a user