From bc365c25c9225efb380b625a743d07965fc9100e Mon Sep 17 00:00:00 2001 From: Steven Knipe Date: Sat, 21 Jun 2025 23:28:55 -0700 Subject: [PATCH] Fix CometStellarPupTest ability text --- .../org/mage/test/cards/single/unf/CometStellarPupTest.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Mage.Tests/src/test/java/org/mage/test/cards/single/unf/CometStellarPupTest.java b/Mage.Tests/src/test/java/org/mage/test/cards/single/unf/CometStellarPupTest.java index 5cca732151f..faa662bf787 100644 --- a/Mage.Tests/src/test/java/org/mage/test/cards/single/unf/CometStellarPupTest.java +++ b/Mage.Tests/src/test/java/org/mage/test/cards/single/unf/CometStellarPupTest.java @@ -27,11 +27,7 @@ public class CometStellarPupTest extends CardTestPlayerBase { */ private final static String comet = "Comet, Stellar Pup"; - private final static String cometAbility = "0: Roll a six-sided die." - + "
1 or 2 — [+2], then create two 1/1 green Squirrel creature tokens. They gain haste until end of turn." - + "
3 — [-1], then return a card with mana value 2 or less from your graveyard to your hand." - + "
4 or 5 — {this} deals damage equal to the number of loyalty counters on him to a creature or player, then [-2]." - + "
6 — [+1], and you may activate Comet, Stellar Pup's loyalty ability two more times this turn."; + private final static String cometAbility = "0: Roll a six-sided die."; @Test public void testRoll1() {