add assertion to ninjutsu test

This commit is contained in:
xenohedron 2025-03-16 00:10:28 -04:00
parent 66fd5c1b6a
commit 8b1b04cd7c

View file

@ -45,6 +45,7 @@ public class NinjutsuTest extends CardTestPlayerBase {
setStopAt(1, PhaseStep.END_COMBAT); setStopAt(1, PhaseStep.END_COMBAT);
execute(); execute();
assertLife(playerB, 17);
assertPowerToughness(playerA, shinobi, 3, 2); assertPowerToughness(playerA, shinobi, 3, 2);
assertPermanentCount(playerA, "Illusion Token", 1); assertPermanentCount(playerA, "Illusion Token", 1);
assertHandCount(playerA, drake, 1); assertHandCount(playerA, drake, 1);