mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
[Simulated AI] Make printing of the decision tree a bit better.
Also removes a print line from a test.
This commit is contained in:
@@ -670,7 +670,6 @@ public class GameSimulatorTest extends TestCase {
|
||||
assertEquals(1, scionCopy.getNetPower());
|
||||
assertEquals(1, scionCopy.getNetToughness());
|
||||
assertTrue(scionCopy.isSick());
|
||||
System.err.println("Search continues on: " + scionCopy);
|
||||
assertNotNull(findSAWithPrefix(scionCopy, "Sacrifice CARDNAME: Add {C} to your mana pool."));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user