mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
fixed ExchangeControlTest a little
This commit is contained in:
parent
cdb3ccfc38
commit
e83dc29f4c
1 changed files with 4 additions and 2 deletions
|
|
@ -79,9 +79,10 @@ public class ExchangeControlTest extends CardTestPlayerBase {
|
|||
setStopAt(1, Constants.PhaseStep.BEGIN_COMBAT);
|
||||
execute();
|
||||
|
||||
assertGraveyardCount(playerB, "Elite Vanguard", 1);
|
||||
|
||||
// check nothing happened
|
||||
assertPermanentCount(playerA, "Llanowar Elves", 1);
|
||||
assertPermanentCount(playerB, "Elite Vanguard", 1);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -107,8 +108,9 @@ public class ExchangeControlTest extends CardTestPlayerBase {
|
|||
setStopAt(1, Constants.PhaseStep.BEGIN_COMBAT);
|
||||
execute();
|
||||
|
||||
assertGraveyardCount(playerA, "Llanowar Elves", 1);
|
||||
|
||||
// check nothing happened
|
||||
assertPermanentCount(playerA, "Llanowar Elves", 1);
|
||||
assertPermanentCount(playerB, "Elite Vanguard", 1);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue