mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
Fixed test
This commit is contained in:
parent
88f23bc0ee
commit
ee9abe4699
1 changed files with 3 additions and 1 deletions
|
|
@ -139,11 +139,13 @@ public class AttackPlaneswalkerTest extends CardTestPlayerBase {
|
||||||
|
|
||||||
attack(2, playerB, "Grizzly Bears", "Kiora, the Crashing Wave");
|
attack(2, playerB, "Grizzly Bears", "Kiora, the Crashing Wave");
|
||||||
castSpell(2, PhaseStep.DECLARE_ATTACKERS, playerB, "Despark");
|
castSpell(2, PhaseStep.DECLARE_ATTACKERS, playerB, "Despark");
|
||||||
setChoice(playerB, "Kiora, the Crashing Wave");
|
addTarget(playerB, "Kiora, the Crashing Wave");
|
||||||
block(2, playerA, "Grizzly Bears", "Grizzly Bears");
|
block(2, playerA, "Grizzly Bears", "Grizzly Bears");
|
||||||
|
|
||||||
|
setStrictChooseMode(true);
|
||||||
setStopAt(2, PhaseStep.END_TURN);
|
setStopAt(2, PhaseStep.END_TURN);
|
||||||
execute();
|
execute();
|
||||||
|
assertAllCommandsUsed();
|
||||||
|
|
||||||
assertLife(playerA, 20);
|
assertLife(playerA, 20);
|
||||||
assertLife(playerB, 20);
|
assertLife(playerB, 20);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue