Fix tests

This commit is contained in:
tastybento 2021-04-25 10:08:56 -07:00
parent 5fd56876f1
commit 6be3468b2a
1 changed files with 2 additions and 2 deletions

View File

@ -193,7 +193,7 @@ public class AISettingsTest {
*/
@Test
public void testGetIslandDistance() {
assertEquals(192, s.getIslandDistance());
assertEquals(64, s.getIslandDistance());
}
/**
@ -209,7 +209,7 @@ public class AISettingsTest {
*/
@Test
public void testGetIslandProtectionRange() {
assertEquals(100, s.getIslandProtectionRange());
assertEquals(50, s.getIslandProtectionRange());
}
/**