Skip to content

Commit

Permalink
date
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsnoops committed Aug 22, 2022
1 parent 8eee9da commit 248c1c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1754,7 +1754,7 @@ public void testNullAndBoundaryDateValuesForGetCardFromEditionsWithDateRestricti
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();
Expand Down
2 changes: 1 addition & 1 deletion forge-gui/res/editions/30th Anniversary History Promos.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
Code=P30H
Date=2022-09-09
Date=2022-08-20
Name=30th Anniversary History Promos
Type=Promo
ScryfallCode=P30H
Expand Down

0 comments on commit 248c1c6

Please sign in to comment.