diff --git a/Mage.Tests/src/test/java/org/mage/test/cards/single/lrw/BurrentonForgeTenderTest.java b/Mage.Tests/src/test/java/org/mage/test/cards/single/lrw/BurrentonForgeTenderTest.java index 019796e77ea..1e4f91e7cdc 100644 --- a/Mage.Tests/src/test/java/org/mage/test/cards/single/lrw/BurrentonForgeTenderTest.java +++ b/Mage.Tests/src/test/java/org/mage/test/cards/single/lrw/BurrentonForgeTenderTest.java @@ -46,7 +46,7 @@ public class BurrentonForgeTenderTest extends CardTestPlayerBase { castSpell(2, PhaseStep.PRECOMBAT_MAIN, playerB, "Flametongue Kavu"); addTarget(playerB, "Soldier of the Pantheon"); activateAbility(2, PhaseStep.PRECOMBAT_MAIN, playerA, "Sacrifice {this}: Prevent all damage a red source of your choice would deal this turn.", - TestPlayer.NO_TARGET, "When {this} enters the battlefield, {this} deals 4 damage to target creature."); + TestPlayer.NO_TARGET, "When {this} enters the battlefield, it deals 4 damage to target creature."); playerA.addChoice("Flametongue Kavu"); setStopAt(2, PhaseStep.BEGIN_COMBAT); @@ -73,7 +73,7 @@ public class BurrentonForgeTenderTest extends CardTestPlayerBase { castSpell(2, PhaseStep.PRECOMBAT_MAIN, playerB, "Flametongue Kavu"); addTarget(playerB, "Soldier of the Pantheon"); activateAbility(2, PhaseStep.PRECOMBAT_MAIN, playerA, "Sacrifice {this}: Prevent all damage a red source of your choice would deal this turn.", - TestPlayer.NO_TARGET, "When {this} enters the battlefield, {this} deals 4 damage to target creature."); + TestPlayer.NO_TARGET, "When {this} enters the battlefield, it deals 4 damage to target creature."); playerA.addChoice("Flametongue Kavu"); castSpell(2, PhaseStep.POSTCOMBAT_MAIN, playerB, "Cloudshift", "Flametongue Kavu");