mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08:00
Some tests fixes. Returned back checking for repeated action with the fix.
This commit is contained in:
parent
f4b87c4c28
commit
dc2ebdd16d
5 changed files with 6 additions and 5 deletions
|
|
@ -33,6 +33,7 @@ public class LevelUpAbilityTest extends CardTestBase {
|
|||
System.out.println(counter.getKey() + " : " + counter.getValue().getName() + " : " + counter.getValue().getCount());
|
||||
}
|
||||
|
||||
Assert.assertNotNull(master.getCounters());
|
||||
Assert.assertFalse(master.getCounters().isEmpty());
|
||||
Assert.assertEquals(12, master.getCounters().getCount(CounterType.LEVEL));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue