mirror of
https://github.com/correl/mage.git
synced 2025-04-10 01:01:05 -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
|
* Liliana, Defiant Necromancer: -8: You get an emblem with "Whenever a
|
||||||
* creature you control dies, return it to the battlefield under your
|
* creature dies, return it to the battlefield under your control at the
|
||||||
* control at the beginning of the next end step.";
|
* beginning of the next end step.";
|
||||||
*
|
*
|
||||||
* Tests "Whenever a creature you control dies, return it to the battlefield
|
* Tests "Whenever a creature dies, return it to the battlefield under your
|
||||||
* under your control at the beginning of the next end step."
|
* control at the beginning of the next end step."
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void testLilianaDefiantNecromancer() {
|
public void testLilianaDefiantNecromancer() {
|
||||||
|
@ -152,7 +152,7 @@ public class EmblemsTest extends CardTestPlayerBase {
|
||||||
|
|
||||||
assertPermanentCount(playerA, "Liliana, Defiant Necromancer", 1);
|
assertPermanentCount(playerA, "Liliana, Defiant Necromancer", 1);
|
||||||
assertPermanentCount(playerA, "Elite Vanguard", 1);
|
assertPermanentCount(playerA, "Elite Vanguard", 1);
|
||||||
assertGraveyardCount(playerB, "Silvercoat Lion", 1);
|
assertPermanentCount(playerA, "Silvercoat Lion", 1);
|
||||||
|
|
||||||
assertHandCount(playerA, 0);
|
assertHandCount(playerA, 0);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue