- Fixed a few typo's.

This commit is contained in:
jeff 2016-07-19 17:16:45 -05:00
parent 871f45123a
commit c7ef9631a0

View file

@ -80,7 +80,7 @@ public class SigardaHostOfHeronsTest extends CardTestPlayerBase {
} }
@Test @Test
public void testUseWithMercilessExcutioner() { public void testUseWithMercilessExecutioner() {
/** I put a merciless executioner in play as part /** I put a merciless executioner in play as part
of the resolution of Tempt With Immortality. An opponent who put of the resolution of Tempt With Immortality. An opponent who put
Sigarda, Host of Herons into play from Tempt With Immortality, Sigarda, Host of Herons into play from Tempt With Immortality,
@ -91,9 +91,9 @@ public class SigardaHostOfHeronsTest extends CardTestPlayerBase {
addCard(Zone.GRAVEYARD, playerB, "Merciless Executioner"); addCard(Zone.GRAVEYARD, playerB, "Merciless Executioner");
addCard(Zone.HAND, playerB, "Tempt with Immortality"); addCard(Zone.HAND, playerB, "Tempt with Immortality");
castSpell(2, PhaseStep.PRECOMBAT_MAIN, playerB, "Temp With Immortality"); castSpell(2, PhaseStep.PRECOMBAT_MAIN, playerB, "Tempt With Immortality");
setChoice(playerA, "Sigarda, Host of Herons"); setChoice(playerA, "Sigarda, Host of Herons");
setChoice(playerB, "Merciless Excutioner"); setChoice(playerB, "Merciless Executioner");
setStopAt(2, PhaseStep.POSTCOMBAT_MAIN); setStopAt(2, PhaseStep.POSTCOMBAT_MAIN);
execute(); execute();