mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
* Fixed a problem of becomes ColorTargetEffect that causes objects to not always reset to original color.
This commit is contained in:
parent
229cad7330
commit
6bd8f52b66
2 changed files with 8 additions and 4 deletions
|
|
@ -31,7 +31,6 @@ import mage.constants.PhaseStep;
|
|||
import mage.constants.Zone;
|
||||
import mage.game.permanent.Permanent;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.mage.test.serverside.base.CardTestPlayerBase;
|
||||
|
||||
|
|
@ -73,7 +72,6 @@ public class EightAndAHalfTailsTest extends CardTestPlayerBase {
|
|||
* recast he was still white.
|
||||
*/
|
||||
@Test
|
||||
@Ignore
|
||||
public void testColorChangeIsReset() {
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Plains", 1);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue