mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
Fixed test after card number changed
This commit is contained in:
parent
a24c61079b
commit
503e082eaa
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ public class DeckValidatorTest extends CardTestPlayerBase {
|
|||
Assert.assertFalse("Counterspell not allowed in modern", testDeckValid(new Modern(), deckList));
|
||||
|
||||
deckList.clear();
|
||||
deckList.add(new CardNameAmount("S00", 24, 4));
|
||||
deckList.add(new CardNameAmount("S00", 12, 4));
|
||||
deckList.add(new CardNameAmount("Mountain", 56));
|
||||
Assert.assertFalse("Counterspell not allowed in modern", testDeckValid(new Modern(), deckList));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue