mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00: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
|
||||
|
||||
setChoice(playerA, "X=2");
|
||||
setChoice(playerA, "X=1");
|
||||
addTarget(playerA, mountain);
|
||||
|
||||
setStopAt(1, PhaseStep.BEGIN_COMBAT);
|
||||
execute();
|
||||
|
||||
assertExileCount(playerA, fCatBlitz, 1);
|
||||
assertGraveyardCount(playerA, mountain, 2);
|
||||
assertPermanentCount(playerA, "Elemental Cat", 2);
|
||||
assertPermanentCount(playerA, "Elemental Cat", 1);
|
||||
assertGraveyardCount(playerA, mountain, 1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue