From 3089e0386c3163710beb33305d5e37c00d4cd188 Mon Sep 17 00:00:00 2001 From: Derek Monturo Date: Thu, 11 May 2017 13:21:13 -0400 Subject: [PATCH] fixed UT for martyr bond --- .../abilities/oneshot/sacrifice/ProtectionSacrificeTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/Mage.Tests/src/test/java/org/mage/test/cards/abilities/oneshot/sacrifice/ProtectionSacrificeTest.java b/Mage.Tests/src/test/java/org/mage/test/cards/abilities/oneshot/sacrifice/ProtectionSacrificeTest.java index 3a9c996a00..a0d592bee6 100644 --- a/Mage.Tests/src/test/java/org/mage/test/cards/abilities/oneshot/sacrifice/ProtectionSacrificeTest.java +++ b/Mage.Tests/src/test/java/org/mage/test/cards/abilities/oneshot/sacrifice/ProtectionSacrificeTest.java @@ -99,7 +99,6 @@ public class ProtectionSacrificeTest extends CardTestPlayerBase { assertGraveyardCount(playerA, sTribeElder, 1); assertPermanentCount(playerA, mBond,1); assertPermanentCount(playerB, wCloak, 1); - assertAbility(playerB, sbDragon, ShroudAbility.getInstance(), true); assertPermanentCount(playerB, sbDragon, 0); assertGraveyardCount(playerB, sbDragon, 1); }