mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
update tests
This commit is contained in:
parent
f0ec570cb5
commit
ce1ab45c9d
1 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,8 @@ public class HarmonizeTest extends CardTestPlayerBase {
|
|||
|
||||
assertTapped(bear, false);
|
||||
assertLife(playerB, 20 - 2);
|
||||
assertExileCount(playerA, dragonfire, 1);
|
||||
assertTappedCount("Mountain", true, 7);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
@ -47,5 +49,7 @@ public class HarmonizeTest extends CardTestPlayerBase {
|
|||
|
||||
assertTapped(bear, true);
|
||||
assertLife(playerB, 20 - 2);
|
||||
assertExileCount(playerA, dragonfire, 1);
|
||||
assertTappedCount("Mountain", true, 5);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue