This commit is contained in:
Hans Mackowiak
2023-10-06 07:13:03 +02:00
parent 9fa369cfa9
commit 2cd59eb111
11 changed files with 20 additions and 20 deletions

View File

@@ -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 cant 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());
}

View File

@@ -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 cant 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());
}