mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
adjust TokenImagesTest to not use MB1
This commit is contained in:
parent
629ff68c64
commit
89bc08a840
1 changed files with 3 additions and 3 deletions
|
|
@ -670,14 +670,14 @@ public class TokenImagesTest extends CardTestPlayerBase {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void test_Abilities_Embalm_MustGenerateSameTokenAsCard() {
|
public void test_Abilities_Embalm_MustGenerateSameTokenAsCard() {
|
||||||
prepareCards_SacredCat("AKH=3", "AKR=5", "MB1=1");
|
prepareCards_SacredCat("AKH=3", "AKR=5");
|
||||||
activate_SacredCat(3 + 5 + 1);
|
activate_SacredCat(3 + 5);
|
||||||
|
|
||||||
setStrictChooseMode(true);
|
setStrictChooseMode(true);
|
||||||
setStopAt(1, PhaseStep.BEGIN_COMBAT);
|
setStopAt(1, PhaseStep.BEGIN_COMBAT);
|
||||||
execute();
|
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
|
@Test // it's ok for fail in 1 of 50
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue