Fixed emblem test (as now Tamiyo has one combined emblem)

This commit is contained in:
magenoxx 2012-06-14 20:58:42 +04:00
parent b002cc8112
commit b0157b2259

View file

@ -82,7 +82,7 @@ public class EmblemsTest extends CardTestPlayerBase {
setStopAt(2, Constants.PhaseStep.UPKEEP); setStopAt(2, Constants.PhaseStep.UPKEEP);
execute(); execute();
assertEmblemCount(playerA, 2); assertEmblemCount(playerA, 1);
assertHandCount(playerA, 10); assertHandCount(playerA, 10);
} }
@ -106,7 +106,7 @@ public class EmblemsTest extends CardTestPlayerBase {
setStopAt(2, Constants.PhaseStep.BEGIN_COMBAT); setStopAt(2, Constants.PhaseStep.BEGIN_COMBAT);
execute(); execute();
assertEmblemCount(playerA, 2); assertEmblemCount(playerA, 1);
assertPermanentCount(playerA, "Elite Vanguard", 0); assertPermanentCount(playerA, "Elite Vanguard", 0);
assertHandCount(playerA, 1); assertHandCount(playerA, 1);