mirror of
https://github.com/BentoBoxWorld/Boxed.git
synced 2025-02-07 23:51:29 +01:00
Removed exception
This commit is contained in:
parent
2c6c59e4aa
commit
8ecc106f75
@ -23,11 +23,8 @@ public class SettingsTest {
|
||||
|
||||
Settings s;
|
||||
|
||||
/**
|
||||
* @throws java.lang.Exception
|
||||
*/
|
||||
@Before
|
||||
public void setUp() throws Exception {
|
||||
public void setUp() {
|
||||
s = new Settings();
|
||||
}
|
||||
/**
|
||||
@ -404,7 +401,7 @@ public class SettingsTest {
|
||||
}
|
||||
|
||||
/**
|
||||
* Test method for {@link world.bentobox.boxed.Settings#getIslandCommand()}.
|
||||
* Test method for {@link Settings#getPlayerCommandAliases()} Command()}.
|
||||
*/
|
||||
@Test
|
||||
public void testGetIslandCommand() {
|
||||
@ -413,7 +410,7 @@ public class SettingsTest {
|
||||
}
|
||||
|
||||
/**
|
||||
* Test method for {@link world.bentobox.boxed.Settings#getAdminCommand()}.
|
||||
* Test method for {@link Settings#getAdminCommandAliases()}.
|
||||
*/
|
||||
@Test
|
||||
public void testGetAdminCommand() {
|
||||
|
Loading…
Reference in New Issue
Block a user