fix test failure

This commit is contained in:
theelk801 2025-06-02 17:33:30 -04:00
parent 02b649f180
commit 2ab7381b05

View file

@ -4,14 +4,9 @@ import mage.abilities.keyword.HasteAbility;
import mage.constants.PhaseStep;
import mage.constants.Zone;
import mage.counters.CounterType;
import mage.game.permanent.Permanent;
import org.junit.Assert;
import org.junit.Test;
import org.mage.test.serverside.base.CardTestPlayerBase;
import static junit.framework.TestCase.assertEquals;
import static org.junit.Assert.fail;
/**
* @author Susucr
*/
@ -131,7 +126,7 @@ public class RapidAugmenterTest extends CardTestPlayerBase {
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Ephemerate", true);
addTarget(playerA, "Memnite");
setChoice(playerA, "Whenever another creature you control you control enters"); // order triggers (doesnt matter the order but a choice must be made)
setChoice(playerA, "Whenever another creature you control enters"); // order triggers (doesnt matter the order but a choice must be made)
attack(1, playerA, rapidAugmenter, playerB);
// Rapid Augmenter can't be blocked, Alpine Watchdog wont take damage