Fix full replacement not reaching caller if chain contains update result (#3281)

This commit is contained in:
tool4ever
2023-06-18 10:06:00 +02:00
committed by GitHub
parent 9ace1978f9
commit eae566a83c
8 changed files with 16 additions and 14 deletions

View File

@@ -418,8 +418,6 @@ public class SpellAbilityPickerSimulationTest extends SimulationTest {
continue;
}
// System.out.println(c.getName());
// Skip glacial chasm, it's really weird.
if (c.getName().equals("Glacial Chasm")) {
System.out.println("Skipping " + c.getName());
@@ -478,7 +476,6 @@ public class SpellAbilityPickerSimulationTest extends SimulationTest {
AssertJUnit.assertEquals(0, funky.size());
}
@Test
public void testPlayRememberedCardsLand() {
Game game = initAndCreateGame();