mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
added an additional test
This commit is contained in:
parent
f0df4267a3
commit
86446f4977
1 changed files with 16 additions and 0 deletions
|
@ -108,4 +108,20 @@ public class PartyCountTest extends CardTestPlayerBase {
|
|||
|
||||
assertLife(playerA, 28);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testChangelings() {
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Plains", 5);
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Impostor of the Sixth Pride", 4);
|
||||
addCard(Zone.HAND, playerA, shpd);
|
||||
|
||||
castSpell(1, PhaseStep.POSTCOMBAT_MAIN, playerA, shpd);
|
||||
|
||||
setStopAt(1, PhaseStep.END_TURN);
|
||||
setStrictChooseMode(true);
|
||||
execute();
|
||||
assertAllCommandsUsed();
|
||||
|
||||
assertLife(playerA, 28);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue