mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
fixed for previous commit
This commit is contained in:
parent
0471771451
commit
db30268bc0
3 changed files with 12 additions and 7 deletions
|
|
@ -33,8 +33,6 @@ public class WorldAtWarTest extends CardTestPlayerBase {
|
|||
setStopAt(1, Constants.PhaseStep.END_TURN);
|
||||
execute();
|
||||
|
||||
System.out.println("player: " + playerA.getId());
|
||||
|
||||
assertLife(playerB, 14);
|
||||
Permanent eliteVanguard = getPermanent("Elite Vanguard", playerA);
|
||||
Assert.assertTrue(eliteVanguard.isTapped());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue