Removed extraneous BeforeClass from Flag test class

This commit is contained in:
tastybento 2019-03-09 19:33:18 -08:00
parent ac079a6686
commit 127bc1e338

View File

@ -22,7 +22,6 @@ import org.bukkit.event.Listener;
import org.bukkit.inventory.ItemFactory; import org.bukkit.inventory.ItemFactory;
import org.bukkit.inventory.meta.ItemMeta; import org.bukkit.inventory.meta.ItemMeta;
import org.junit.Before; import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
import org.mockito.Mockito; import org.mockito.Mockito;
@ -47,10 +46,6 @@ import world.bentobox.bentobox.util.Util;
@PrepareForTest({ BentoBox.class, Util.class, Bukkit.class }) @PrepareForTest({ BentoBox.class, Util.class, Bukkit.class })
public class FlagTest { public class FlagTest {
@BeforeClass
public static void setUpBeforeClass() throws Exception {
}
@Before @Before
public void setUp() throws Exception { public void setUp() throws Exception {
// Set up plugin // Set up plugin