mirror of
https://github.com/correl/mage.git
synced 2025-01-11 11:05:23 +00:00
Update AjaniTest.java
typo comment
This commit is contained in:
parent
457269cb12
commit
6605c212e4
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, "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);
|
||||
|
|
Loading…
Reference in a new issue