mirror of
https://github.com/correl/mage.git
synced 2025-04-11 01:01:05 -09:00
added todos
This commit is contained in:
parent
638174add2
commit
cb89230327
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ import org.mage.test.serverside.base.CardTestPlayerBase;
|
||||||
public class DustOfMomentsTest extends CardTestPlayerBase {
|
public class DustOfMomentsTest extends CardTestPlayerBase {
|
||||||
|
|
||||||
//TODO: why the hell is PermanentImpl.getCounters() and CardImpl.getCounters(game) don't return the same value for the same card???
|
//TODO: why the hell is PermanentImpl.getCounters() and CardImpl.getCounters(game) don't return the same value for the same card???
|
||||||
|
//TODO: fix tooltip
|
||||||
|
//TODO: refactor effect code
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testRemoveCounters() throws Exception {
|
public void testRemoveCounters() throws Exception {
|
||||||
|
|
Loading…
Add table
Reference in a new issue