From 2e49a74aab68119735ef747335b854d2ba4d7522 Mon Sep 17 00:00:00 2001 From: LevelX2 <ludwig.hirth@online.de> Date: Sat, 31 Oct 2015 10:32:45 +0100 Subject: [PATCH] * Fixed test with Flashback and converge. --- .../org/mage/test/cards/abilities/keywords/FlashbackTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Tests/src/test/java/org/mage/test/cards/abilities/keywords/FlashbackTest.java b/Mage.Tests/src/test/java/org/mage/test/cards/abilities/keywords/FlashbackTest.java index fe11b32bf8..33e68b79c9 100644 --- a/Mage.Tests/src/test/java/org/mage/test/cards/abilities/keywords/FlashbackTest.java +++ b/Mage.Tests/src/test/java/org/mage/test/cards/abilities/keywords/FlashbackTest.java @@ -133,7 +133,7 @@ public class FlashbackTest extends CardTestPlayerBase { // Converge - Put a 1/1 white Kor Ally creature token onto the battlefield for each color of mana spent to cast Unified Front. addCard(Zone.GRAVEYARD, playerA, "Unified Front"); // {3}{W} - activateManaAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Add {W}"); + activateManaAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "{T}: Add {W}"); // When Snapcaster Mage enters the battlefield, target instant or sorcery card in your graveyard gains flashback until end of turn. The flashback cost is equal to its mana cost. castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Snapcaster Mage"); setChoice(playerA, "Unified Front");