mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
Update CardDbCardMockTestCase.java
This commit is contained in:
@@ -2039,7 +2039,7 @@ public class CardDbCardMockTestCase extends CardMockTestCase {
|
|||||||
// Loyal Unicorn: Available in Forge in The List and COMMANDER 2018
|
// Loyal Unicorn: Available in Forge in The List and COMMANDER 2018
|
||||||
loyalUnicorn = this.cardDb.getCard(cnLoyalUnicorn);
|
loyalUnicorn = this.cardDb.getCard(cnLoyalUnicorn);
|
||||||
assertNotNull(loyalUnicorn);
|
assertNotNull(loyalUnicorn);
|
||||||
assertEquals(loyalUnicorn.getEdition(), "C18");
|
assertEquals(loyalUnicorn.getEdition(), "PZ2");
|
||||||
|
|
||||||
legacyLoyalUnicorn = this.legacyCardDb.getCardFromEdition(cnLoyalUnicorn,
|
legacyLoyalUnicorn = this.legacyCardDb.getCardFromEdition(cnLoyalUnicorn,
|
||||||
LegacyCardDb.LegacySetPreference.Earliest);
|
LegacyCardDb.LegacySetPreference.Earliest);
|
||||||
|
|||||||
Reference in New Issue
Block a user