- Fixed the em-dashes in CardFactoryUtil code.

This commit is contained in:
Agetian
2017-09-16 15:28:55 +00:00
parent cc06fb6b40
commit ae66502fd5
2 changed files with 23 additions and 29 deletions

View File

@@ -183,7 +183,7 @@ public class GameSimulatorTest extends SimulationTestCase {
GameSimulator sim = createSimulator(game, p);
Game simGame = sim.getSimulatedGameState();
SpellAbility unmorphSA = findSAWithPrefix(ripper, "Morph —Reveal a black card");
SpellAbility unmorphSA = findSAWithPrefix(ripper, "Morph—Reveal a black card");
assertNotNull(unmorphSA);
sim.simulateSpellAbility(unmorphSA);
assertEquals(18, simGame.getPlayers().get(0).getLife());