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 {
|
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();
|
||||||
|
|||||||
Reference in New Issue
Block a user