This commit is contained in:
tool4ever
2023-06-09 13:47:59 +02:00
committed by GitHub
parent 85eb8fd5b4
commit ba1d3fbe43
17 changed files with 26 additions and 71 deletions

View File

@@ -1785,8 +1785,6 @@ public class GameSimulationTest extends SimulationTest {
AssertJUnit.assertEquals(clonedOutLaw.getName(), hillGiantName);
AssertJUnit.assertTrue(clonedOutLaw.isTransformable());
score = sim.simulateSpellAbility(moonmistSA).value;
AssertJUnit.assertTrue(score > 0);