mirror of
https://github.com/BentoBoxWorld/AcidIsland.git
synced 2024-12-23 01:27:36 +01:00
Fix tests
This commit is contained in:
parent
5fd56876f1
commit
6be3468b2a
@ -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());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user