mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
minor added another assert
This commit is contained in:
parent
f93524a0f7
commit
e28dd5aef7
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue