mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Fiz turns to pass in unit test
This commit is contained in:
parent
bfb2b07ba6
commit
0d0bba7f57
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue