mirror of
https://github.com/correl/mage.git
synced 2025-04-02 17:00:11 -09:00
* Fixed test after fix of emblem ability.
This commit is contained in:
parent
043161ff4a
commit
1d8c3949be
1 changed files with 5 additions and 5 deletions
|
@ -125,11 +125,11 @@ public class EmblemsTest extends CardTestPlayerBase {
|
|||
|
||||
/**
|
||||
* Liliana, Defiant Necromancer: -8: You get an emblem with "Whenever a
|
||||
* creature you control dies, return it to the battlefield under your
|
||||
* control at the beginning of the next end step.";
|
||||
* creature dies, return it to the battlefield under your control at the
|
||||
* beginning of the next end step.";
|
||||
*
|
||||
* Tests "Whenever a creature you control dies, return it to the battlefield
|
||||
* under your control at the beginning of the next end step."
|
||||
* Tests "Whenever a creature dies, return it to the battlefield under your
|
||||
* control at the beginning of the next end step."
|
||||
*/
|
||||
@Test
|
||||
public void testLilianaDefiantNecromancer() {
|
||||
|
@ -152,7 +152,7 @@ public class EmblemsTest extends CardTestPlayerBase {
|
|||
|
||||
assertPermanentCount(playerA, "Liliana, Defiant Necromancer", 1);
|
||||
assertPermanentCount(playerA, "Elite Vanguard", 1);
|
||||
assertGraveyardCount(playerB, "Silvercoat Lion", 1);
|
||||
assertPermanentCount(playerA, "Silvercoat Lion", 1);
|
||||
|
||||
assertHandCount(playerA, 0);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue