Merge pull request #5276 from magefree/FixBestowTest

Fix bestow test
This commit is contained in:
LevelX2 2018-09-14 14:26:39 +02:00 committed by GitHub
commit 68dc82342c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 29 additions and 5 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);