mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Fix DeckValidatorTest.
This commit is contained in:
parent
2955535927
commit
bd1f802f46
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ public class DeckValidatorTest extends MageTestPlayerBase {
|
||||||
validator.getErrorsList().clear();
|
validator.getErrorsList().clear();
|
||||||
|
|
||||||
deckList.clear();
|
deckList.clear();
|
||||||
deckList.add(new DeckValidationUtil.CardNameAmount("Green Sun's Zenith", 4));
|
deckList.add(new DeckValidationUtil.CardNameAmount("Grief", 4));
|
||||||
deckList.add(new DeckValidationUtil.CardNameAmount("Mountain", 56));
|
deckList.add(new DeckValidationUtil.CardNameAmount("Mountain", 56));
|
||||||
validationSuccessful = testDeckValid(validator, deckList);
|
validationSuccessful = testDeckValid(validator, deckList);
|
||||||
Assert.assertFalse(validator.getErrorsListInfo(), validationSuccessful);
|
Assert.assertFalse(validator.getErrorsListInfo(), validationSuccessful);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue