mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
GameSimulatorTest: fixed warning for "Ajani, Mentor of Heroes"
This commit is contained in:
@@ -521,6 +521,7 @@ public class GameSimulatorTest extends TestCase {
|
|||||||
|
|
||||||
SpellAbility sa = findSAWithPrefix(ajani, "+1: Distribute");
|
SpellAbility sa = findSAWithPrefix(ajani, "+1: Distribute");
|
||||||
assertNotNull(sa);
|
assertNotNull(sa);
|
||||||
|
sa.setActivatingPlayer(p);
|
||||||
|
|
||||||
PossibleTargetSelector selector = new PossibleTargetSelector(sa);
|
PossibleTargetSelector selector = new PossibleTargetSelector(sa);
|
||||||
while (selector.selectNextTargets()) {
|
while (selector.selectNextTargets()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user