From 0405b8b401f7fc25f62d1ef04d828fe31b3934aa Mon Sep 17 00:00:00 2001 From: Daniel Bomar Date: Wed, 9 Nov 2022 17:14:03 -0600 Subject: [PATCH] Fix test failures --- .../mage/test/cards/single/lrw/BurrentonForgeTenderTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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");