add check to Lightstall Inquisitor tests that nonlands are not tapped

This commit is contained in:
Susucre 2025-07-19 02:20:26 +02:00
parent 5c08d310a7
commit 08c729178f

View file

@ -56,5 +56,6 @@ public class LightstallInquisitorTest extends CardTestPlayerBase {
assertPermanentCount(playerB, "Centaur Courser", 1);
assertTappedCount("Forest", true, 4);
assertTappedCount("Centaur Courser", false, 1);
}
}