mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
- Fix test
This commit is contained in:
parent
ab5daa026f
commit
b84e0c03f8
1 changed files with 2 additions and 2 deletions
|
@ -151,14 +151,14 @@ public class OathOfLiegesTest extends CardTestPlayerBase {
|
|||
// turn 2 - B
|
||||
// oath A triggers for B and do nothing
|
||||
// copy oath A triggers for B and do nothing
|
||||
setChoice(playerA, "At the beginning of each upkeep"); // two triggers on upkeep
|
||||
setChoice(playerA, "At the beginning of each player's upkeep"); // two triggers on upkeep
|
||||
checkPermanentCount("A have 10 plains", 1, PhaseStep.END_TURN, playerA, "Plains", 10);
|
||||
checkPermanentCount("B have 12 plains", 1, PhaseStep.END_TURN, playerB, "Plains", 12);
|
||||
|
||||
// turn 3 - A
|
||||
// oath A triggers for A and activates
|
||||
// copy oath A triggers for A and activates
|
||||
setChoice(playerA, "At the beginning of each upkeep"); // two triggers on upkeep
|
||||
setChoice(playerA, "At the beginning of each player's upkeep"); // two triggers on upkeep
|
||||
// 1
|
||||
addTarget(playerA, playerB); // who control more lands
|
||||
setChoice(playerA, "Yes"); // search library
|
||||
|
|
Loading…
Reference in a new issue