Fixed test after card number changed

This commit is contained in:
Oleg Agafonov 2017-12-20 20:42:32 +04:00
parent a24c61079b
commit 503e082eaa

View file

@ -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));