fixed for previous commit

This commit is contained in:
magenoxx 2012-08-29 22:58:04 +04:00
parent 0471771451
commit db30268bc0
3 changed files with 12 additions and 7 deletions

View file

@ -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());