Fix some more places where gaame elements were reusing old game versions

This commit is contained in:
Chris H
2024-04-01 20:34:38 -04:00
parent 2c04b08ae8
commit 6d5579c4b8
5 changed files with 34 additions and 12 deletions

View File

@@ -536,7 +536,7 @@ public class SpellAbilityPickerSimulationTest extends SimulationTest {
AssertJUnit.assertTrue(saDesc, saDesc.startsWith("Lightning Bolt deals 3 damage to any target."));
}
@Test(enabled = false)
@Test(enabled = true)
public void testPlayingPumpSpellsAfterBlocks() {
Game game = initAndCreateGame();
Player p = game.getPlayers().get(1);