mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08: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…
Add table
Add a link
Reference in a new issue