mirror of
https://github.com/correl/mage.git
synced 2024-11-16 03:00:12 +00:00
commit
8323e2d99a
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ public class AjaniTest extends CardTestPlayerBase {
|
||||||
assertPermanentCount(playerA, "Kor Ally", 2);
|
assertPermanentCount(playerA, "Kor Ally", 2);
|
||||||
assertPermanentCount(playerA, "Oath of Gideon", 1);
|
assertPermanentCount(playerA, "Oath of Gideon", 1);
|
||||||
assertPermanentCount(playerA, "Ajani Goldmane", 1);
|
assertPermanentCount(playerA, "Ajani Goldmane", 1);
|
||||||
assertCounterCount("Ajani Goldmane", CounterType.LOYALTY, 6); // 5 + 1 = 5
|
assertCounterCount("Ajani Goldmane", CounterType.LOYALTY, 6); // 4 + 1 + 1 = 6
|
||||||
|
|
||||||
assertLife(playerA, 22);
|
assertLife(playerA, 22);
|
||||||
assertLife(playerB, 20);
|
assertLife(playerB, 20);
|
||||||
|
|
Loading…
Reference in a new issue