create token copy checks for copyfrom

* Esoteric Duplicator test demonstrates fix. Sculpting steel token was not coming back as an Esoteric Duplicator
This commit is contained in:
jmlundeen 2025-08-29 15:54:31 -05:00
parent 71cd3ce3fc
commit d13a0e6e6b
2 changed files with 10 additions and 4 deletions

View file

@ -2,7 +2,6 @@ package org.mage.test.cards.single.big;
import mage.constants.PhaseStep;
import mage.constants.Zone;
import org.junit.Ignore;
import org.junit.Test;
import org.mage.test.serverside.base.CardTestPlayerBase;
@ -21,7 +20,6 @@ public class EsotericDuplicatorTest extends CardTestPlayerBase {
private static final String esotericDuplicator = "Esoteric Duplicator";
@Test
@Ignore("Sculpting steel doesn't retain copy on entering battlefield")
public void testEsotericDuplicator() {
setStrictChooseMode(true);