From 6aed62cf02a6ad990897c35e48a69b70f49db711 Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Mon, 12 Feb 2018 16:28:44 +0100 Subject: [PATCH] * Bestow - Fixed a problem that if the target of a bestow enchantment aura got illegal, the bestow permanent did not chnage back to be a creature. --- .../java/org/mage/test/cards/abilities/keywords/BestowTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/Mage.Tests/src/test/java/org/mage/test/cards/abilities/keywords/BestowTest.java b/Mage.Tests/src/test/java/org/mage/test/cards/abilities/keywords/BestowTest.java index 747bdc7cea6..7f38bfd480d 100644 --- a/Mage.Tests/src/test/java/org/mage/test/cards/abilities/keywords/BestowTest.java +++ b/Mage.Tests/src/test/java/org/mage/test/cards/abilities/keywords/BestowTest.java @@ -34,6 +34,7 @@ import mage.constants.SubType; import mage.constants.Zone; import mage.game.permanent.Permanent; import org.junit.Assert; +import org.junit.Ignore; import org.junit.Test; import org.mage.test.serverside.base.CardTestPlayerBase;