adjust TokenImagesTest to not use MB1

This commit is contained in:
xenohedron 2024-04-18 20:18:30 -04:00
parent 629ff68c64
commit 89bc08a840

View file

@ -670,14 +670,14 @@ public class TokenImagesTest extends CardTestPlayerBase {
@Test
public void test_Abilities_Embalm_MustGenerateSameTokenAsCard() {
prepareCards_SacredCat("AKH=3", "AKR=5", "MB1=1");
activate_SacredCat(3 + 5 + 1);
prepareCards_SacredCat("AKH=3", "AKR=5");
activate_SacredCat(3 + 5);
setStrictChooseMode(true);
setStopAt(1, PhaseStep.BEGIN_COMBAT);
execute();
assert_SacredCat(3 + 5 + 1, "AKH=3", "AKR=5", "MB1=1");
assert_SacredCat(3 + 5, "AKH=3", "AKR=5");
}
@Test // it's ok for fail in 1 of 50