Skip to content

Commit

Permalink
Fix CardEditionCollectionCardMockTestCase again
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsnoops committed Aug 22, 2022
1 parent f9a1485 commit 079ab6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void testGetTheLatestOfAllTheOriginalEditionsOfCardsInPoolWithLatestArtSe

CardDb cardDb = FModel.getMagicDb().getCommonCards();
String[] cardNames = { "Shivan Dragon", "Animate Wall", "Balance", "Blessing", "Force of Will" };
String[] expectedSets = { "M20", "MED", "SLD", "M14", "DMR" };
String[] expectedSets = { "P30H", "MED", "SLD", "M14", "DMR" };
List<PaperCard> cards = new ArrayList<>();
for (int i = 0; i < 5; i++) {
String cardName = cardNames[i];
Expand Down

0 comments on commit 079ab6f

Please sign in to comment.