mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-27 01:32:15 +01:00
Fix test
This commit is contained in:
parent
b25c65b7b2
commit
c9b7074e79
@ -1149,7 +1149,10 @@ public class IslandTest {
|
||||
*/
|
||||
@Test
|
||||
public void testGetHome() {
|
||||
assertEquals(i.getProtectionCenter(), i.getHome("default"));
|
||||
Location home = i.getHome("default");
|
||||
assertEquals(0.5D, home.getX(), 0.0D);
|
||||
assertEquals(0.0D, home.getY(), 0.0D);
|
||||
assertEquals(0.5D, home.getZ(), 0.0D);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user