mirror of
https://github.com/correl/mage.git
synced 2024-11-29 03:00:12 +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);
|
assertLife(playerA, 20);
|
||||||
assertHandCount(playerA, 0);
|
assertHandCount(playerA, 0);
|
||||||
assertLife(playerB, 20);
|
assertLife(playerB, 20);
|
||||||
assertAbility(playerA, "Gaddock Teeg", new MenaceAbility(), true);
|
assertAbility(playerA, "Gaddock Teeg", new MenaceAbility(false), true);
|
||||||
assertAbility(playerB, "Gaddock Teeg", new MenaceAbility(), false);
|
assertAbility(playerB, "Gaddock Teeg", new MenaceAbility(false), false);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue