add TODO to new @Ignore

This commit is contained in:
Susucre 2025-05-31 03:02:02 +02:00
parent 8336bedf83
commit 2bbc2cba00
5 changed files with 5 additions and 5 deletions

View file

@ -19,7 +19,7 @@ public class BattleAtTheHelvaultTest extends CardTestPlayerBase {
*/
private static final String battle = "Battle at the Helvault";
@Ignore // goal of #11619 is to fix this nicely
@Ignore // TODO: goal of #11619 is to fix this nicely
@Test
public void test_SimplePlay() {
addCard(Zone.HAND, playerA, battle, 1);

View file

@ -11,7 +11,7 @@ import org.mage.test.serverside.base.CardTestPlayerBase;
public class ScrollOfIsildurTest extends CardTestPlayerBase {
/**
* {@link mage.cards.t.TrialOfATimeLord Scroll of Isildur} {2}{U}
* {@link mage.cards.s.ScrollOfIsildur Scroll of Isildur} {2}{U}
* Enchantment Saga
* (As this Saga enters and after your draw step, add a lore counter. Sacrifice after III.)
* I Gain control of up to one target artifact for as long as you control this Saga. The Ring tempts you.

View file

@ -18,7 +18,7 @@ public class DayOfTheMoonTest extends CardTestPlayerBase {
*/
private static final String day = "Day of the Moon";
@Ignore // goal of #11619 is to fix this nicely
@Ignore // TODO: goal of #11619 is to fix this nicely
@Test
public void test_SimplePlay() {
addCard(Zone.HAND, playerA, day, 1);

View file

@ -20,7 +20,7 @@ public class TrialOfATimeLordTest extends CardTestPlayerBase {
*/
private static final String trial = "Trial of a Time Lord";
@Ignore // goal of #11619 is to fix this nicely
@Ignore // TODO: goal of #11619 is to fix this nicely
@Test
public void test_SimplePlay() {
addCard(Zone.HAND, playerA, trial, 1);

View file

@ -21,7 +21,7 @@ public class ThePrincessTakesFlightTest extends CardTestPlayerBase {
*/
private static final String flight = "The Princess Takes Flight";
@Ignore // goal of #11619 is to fix this nicely
@Ignore // TODO: goal of #11619 is to fix this nicely
@Test
public void test_SimplePlay() {
addCard(Zone.HAND, playerA, flight, 1);