Merge pull request #4114 from JayDi85/patch-1

Update AjaniTest.java
This commit is contained in:
theelk801 2017-10-16 20:29:19 -04:00 committed by GitHub
commit 8323e2d99a

View file

@ -81,7 +81,7 @@ public class AjaniTest extends CardTestPlayerBase {
assertPermanentCount(playerA, "Kor Ally", 2);
assertPermanentCount(playerA, "Oath of Gideon", 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(playerB, 20);