Fiz turns to pass in unit test

This commit is contained in:
Alexsandro 2017-03-22 13:14:15 -03:00
parent bfb2b07ba6
commit 0d0bba7f57

View file

@ -17,7 +17,7 @@ public class CitadelOfPainTest extends CardTestPlayerBase {
// player, where X is the number of untapped lands he or she controls.
addCard(Zone.BATTLEFIELD, playerA, "Citadel of Pain");
setStopAt(3, PhaseStep.END_TURN);
setStopAt(1, PhaseStep.END_TURN);
execute();
assertLife(playerA, 17);