mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
fix n't
This commit is contained in:
@@ -780,7 +780,7 @@ public class SpellAbilityPickerTest extends AITest {
|
||||
|
||||
SpellAbilityPicker picker = new SpellAbilityPicker(game, p);
|
||||
picker.chooseSpellAbilityToPlay(null);
|
||||
// Only mode "Creatures with power 3 or less can’t block this turn" should be simulated.
|
||||
// Only mode "Creatures with power 3 or less can't block this turn" should be simulated.
|
||||
AssertJUnit.assertEquals(1, picker.getNumSimulations());
|
||||
}
|
||||
|
||||
|
||||
@@ -767,7 +767,7 @@ public class SpellAbilityPickerSimulationTest extends SimulationTest {
|
||||
|
||||
SpellAbilityPicker picker = new SpellAbilityPicker(game, p);
|
||||
picker.chooseSpellAbilityToPlay(null);
|
||||
// Only mode "Creatures with power 3 or less can’t block this turn" should be simulated.
|
||||
// Only mode "Creatures with power 3 or less can't block this turn" should be simulated.
|
||||
AssertJUnit.assertEquals(1, picker.getNumSimulations());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user