mirror of
https://github.com/correl/mage.git
synced 2025-04-01 19:07:57 -09:00
Tests: fixed ReversalOfFortuneTest;
This commit is contained in:
parent
b834094921
commit
fb8c7c5128
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ public class ReversalOfFortuneTest extends CardTestPlayerBase {
|
|||
addCard(Zone.HAND, playerB, "Lightning Bolt");
|
||||
|
||||
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Reversal of Fortune", playerB);
|
||||
addTarget(playerA, "Lightning Bolt");
|
||||
setChoice(playerA, "Yes");
|
||||
setChoice(playerA, "Lightning Bolt"); // select to copy
|
||||
setChoice(playerA, "Yes"); // cast copy
|
||||
|
||||
setStopAt(1, PhaseStep.END_TURN);
|
||||
execute();
|
||||
|
|
Loading…
Add table
Reference in a new issue