minor added another assert

This commit is contained in:
Derek Monturo 2017-03-06 16:34:52 -05:00
parent f93524a0f7
commit e28dd5aef7

View file

@ -27,6 +27,7 @@
*/
package org.mage.test.cards.copy;
import mage.constants.CardType;
import mage.constants.PhaseStep;
import mage.constants.Zone;
import mage.counters.CounterType;
@ -213,6 +214,7 @@ public class CleverImpersonatorTest extends CardTestPlayerBase {
assertHandCount(playerA, impersonator, 0);
assertPermanentCount(playerA, dReflection, 2);
assertPermanentCount(playerA, impersonator, 0);
assertType(dReflection, CardType.ENCHANTMENT, true);
}
}