After some revisions, BestowTest is now fully passed! Now to fix the other tests that don't anymore...

This commit is contained in:
Kevin Shin 2018-08-25 04:43:38 -05:00
parent e1bfd8a196
commit 3ffd812bc6
3 changed files with 10 additions and 11 deletions

View file

@ -7,7 +7,6 @@ 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;
@ -162,7 +161,6 @@ public class BestowTest extends CardTestPlayerBase {
* Bestowed creature can be used to sacrifice a creature for the Away part.
* http://www.mtgsalvation.com/forums/magic-fundamentals/magic-rulings/magic-rulings-archives/513828-bestow-far-away
*/
@Ignore // TODO: make fused targeting support
@Test
public void bestowWithFusedSpell() {
addCard(Zone.BATTLEFIELD, playerA, "Mountain", 2);