* Some more changes for tework ENTERS_THE_BATTLEFIELD event for replacement effects.

This commit is contained in:
LevelX2 2015-10-18 11:11:48 +02:00
parent d145885d2d
commit 4216fbab8c
42 changed files with 119 additions and 91 deletions

View file

@ -60,7 +60,7 @@ public class FathomMageTest extends CardTestPlayerBase {
assertPowerToughness(playerA, "Fathom Mage", 3, 3);
Permanent fathomMage = getPermanent("Fathom Mage", playerA);
Assert.assertEquals("Fathom Mage has to be a Mutant", fathomMage.getSubtype().contains("Mutant"), true);
Assert.assertEquals("Fathom Mage has to be a Mutant", true, fathomMage.getSubtype().contains("Mutant"));
assertHandCount(playerA, 2);
}