mirror of
https://github.com/correl/mage.git
synced 2024-11-28 19:19:55 +00:00
fixed test failure
This commit is contained in:
parent
3550c5667f
commit
681b882c6f
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ public class ShanidSleepersScourgeTest extends CardTestPlayerBase {
|
|||
assertLife(playerA, 20);
|
||||
assertHandCount(playerA, 0);
|
||||
assertLife(playerB, 20);
|
||||
assertAbility(playerA, "Gaddock Teeg", new MenaceAbility(), true);
|
||||
assertAbility(playerB, "Gaddock Teeg", new MenaceAbility(), false);
|
||||
assertAbility(playerA, "Gaddock Teeg", new MenaceAbility(false), true);
|
||||
assertAbility(playerB, "Gaddock Teeg", new MenaceAbility(false), false);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue