mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
fixed UT for martyr bond
This commit is contained in:
parent
da73d3b1cd
commit
3089e0386c
1 changed files with 0 additions and 1 deletions
|
@ -99,7 +99,6 @@ public class ProtectionSacrificeTest extends CardTestPlayerBase {
|
||||||
assertGraveyardCount(playerA, sTribeElder, 1);
|
assertGraveyardCount(playerA, sTribeElder, 1);
|
||||||
assertPermanentCount(playerA, mBond,1);
|
assertPermanentCount(playerA, mBond,1);
|
||||||
assertPermanentCount(playerB, wCloak, 1);
|
assertPermanentCount(playerB, wCloak, 1);
|
||||||
assertAbility(playerB, sbDragon, ShroudAbility.getInstance(), true);
|
|
||||||
assertPermanentCount(playerB, sbDragon, 0);
|
assertPermanentCount(playerB, sbDragon, 0);
|
||||||
assertGraveyardCount(playerB, sbDragon, 1);
|
assertGraveyardCount(playerB, sbDragon, 1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue