mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Foretell: add Keyword
This commit is contained in:
committed by
Michael Kamensky
parent
9f4c694c21
commit
4cbeca4cb3
@@ -1847,7 +1847,7 @@ public class GameSimulatorTest extends SimulationTestCase {
|
||||
sim.simulateSpellAbility(gideonSA);
|
||||
sim.simulateSpellAbility(sparkDoubleSA);
|
||||
|
||||
Card simSpark = (Card)sim.getGameCopier().find(sparkDouble);
|
||||
Card simSpark = sim.getSimulatedGameState().findById(sparkDouble.getId());
|
||||
|
||||
assertNotNull(simSpark);
|
||||
assertTrue(simSpark.isInZone(ZoneType.Battlefield));
|
||||
|
||||
Reference in New Issue
Block a user