Skip to content

Commit

Permalink
Removed exception
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Jul 31, 2021
1 parent 2c6c59e commit 8ecc106
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/test/java/world/bentobox/boxed/SettingsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
/**
Expand Down Expand Up @@ -404,7 +401,7 @@ public void testSetBanLimit() {
}

/**
* Test method for {@link world.bentobox.boxed.Settings#getIslandCommand()}.
* Test method for {@link Settings#getPlayerCommandAliases()} Command()}.
*/
@Test
public void testGetIslandCommand() {
Expand All @@ -413,7 +410,7 @@ public void testGetIslandCommand() {
}

/**
* Test method for {@link world.bentobox.boxed.Settings#getAdminCommand()}.
* Test method for {@link Settings#getAdminCommandAliases()}.
*/
@Test
public void testGetAdminCommand() {
Expand Down

0 comments on commit 8ecc106

Please sign in to comment.