From 23f32bcd613571762b57e4ff02737e97505c97a5 Mon Sep 17 00:00:00 2001 From: Steven Knipe Date: Sun, 21 Sep 2025 19:49:26 -0700 Subject: [PATCH] Fix nondeterministic testBlinkSoulStone --- .../org/mage/test/cards/single/spm/TheSoulStoneTest.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Mage.Tests/src/test/java/org/mage/test/cards/single/spm/TheSoulStoneTest.java b/Mage.Tests/src/test/java/org/mage/test/cards/single/spm/TheSoulStoneTest.java index c61b8fc1655..c02fe8c6db2 100644 --- a/Mage.Tests/src/test/java/org/mage/test/cards/single/spm/TheSoulStoneTest.java +++ b/Mage.Tests/src/test/java/org/mage/test/cards/single/spm/TheSoulStoneTest.java @@ -76,8 +76,7 @@ public class TheSoulStoneTest extends CardTestPlayerBase { addCard(Zone.BATTLEFIELD, playerA, bearCub); addCard(Zone.GRAVEYARD, playerA, bearCub); addCard(Zone.HAND, playerA, teferisTimeTwist); - addCard(Zone.BATTLEFIELD, playerA, "Swamp", 7); - addCard(Zone.BATTLEFIELD, playerA, "Island", 4); + addCard(Zone.BATTLEFIELD, playerA, "Underground Sea", 11); activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "{6}{B}, {T}"); setChoice(playerA, bearCub); @@ -118,4 +117,4 @@ public class TheSoulStoneTest extends CardTestPlayerBase { } }); } -} \ No newline at end of file +}