mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08:00
add assertion to ninjutsu test
This commit is contained in:
parent
66fd5c1b6a
commit
8b1b04cd7c
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ public class NinjutsuTest extends CardTestPlayerBase {
|
|||
setStopAt(1, PhaseStep.END_COMBAT);
|
||||
execute();
|
||||
|
||||
assertLife(playerB, 17);
|
||||
assertPowerToughness(playerA, shinobi, 3, 2);
|
||||
assertPermanentCount(playerA, "Illusion Token", 1);
|
||||
assertHandCount(playerA, drake, 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue