mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
#3002 updated UT for firecat
This commit is contained in:
parent
0791283a6b
commit
f79ed5469d
1 changed files with 3 additions and 3 deletions
|
|
@ -427,14 +427,14 @@ public class FlashbackTest extends CardTestPlayerBase {
|
||||||
|
|
||||||
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Flashback"); // Flashback blitz
|
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Flashback"); // Flashback blitz
|
||||||
|
|
||||||
setChoice(playerA, "X=2");
|
setChoice(playerA, "X=1");
|
||||||
addTarget(playerA, mountain);
|
addTarget(playerA, mountain);
|
||||||
|
|
||||||
setStopAt(1, PhaseStep.BEGIN_COMBAT);
|
setStopAt(1, PhaseStep.BEGIN_COMBAT);
|
||||||
execute();
|
execute();
|
||||||
|
|
||||||
assertExileCount(playerA, fCatBlitz, 1);
|
assertExileCount(playerA, fCatBlitz, 1);
|
||||||
assertGraveyardCount(playerA, mountain, 2);
|
assertPermanentCount(playerA, "Elemental Cat", 1);
|
||||||
assertPermanentCount(playerA, "Elemental Cat", 2);
|
assertGraveyardCount(playerA, mountain, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue