Fixes admin test count

This commit is contained in:
tastybento 2020-04-06 16:42:28 -07:00
parent c5915affc8
commit 9342479e94
1 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,3 @@
/**
*
*/
package world.bentobox.bskyblock.commands;
import static org.junit.Assert.assertEquals;
@ -40,7 +37,7 @@ import world.bentobox.bskyblock.Settings;
@PrepareForTest({Bukkit.class, BentoBox.class, User.class })
public class AdminCommandTest {
private static final int NUM_COMMANDS = 25;
private static final int NUM_COMMANDS = 26;
@Mock
private User user;
@Mock