mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -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");
|
||||
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");
|
||||
|
||||
setStrictChooseMode(true);
|
||||
setStopAt(2, PhaseStep.END_TURN);
|
||||
execute();
|
||||
assertAllCommandsUsed();
|
||||
|
||||
assertLife(playerA, 20);
|
||||
assertLife(playerB, 20);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue