mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
Fixed emblem test (as now Tamiyo has one combined emblem)
This commit is contained in:
parent
b002cc8112
commit
b0157b2259
1 changed files with 2 additions and 2 deletions
|
|
@ -82,7 +82,7 @@ public class EmblemsTest extends CardTestPlayerBase {
|
|||
setStopAt(2, Constants.PhaseStep.UPKEEP);
|
||||
execute();
|
||||
|
||||
assertEmblemCount(playerA, 2);
|
||||
assertEmblemCount(playerA, 1);
|
||||
assertHandCount(playerA, 10);
|
||||
}
|
||||
|
||||
|
|
@ -106,7 +106,7 @@ public class EmblemsTest extends CardTestPlayerBase {
|
|||
setStopAt(2, Constants.PhaseStep.BEGIN_COMBAT);
|
||||
execute();
|
||||
|
||||
assertEmblemCount(playerA, 2);
|
||||
assertEmblemCount(playerA, 1);
|
||||
assertPermanentCount(playerA, "Elite Vanguard", 0);
|
||||
assertHandCount(playerA, 1);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue