mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-24 03:35:11 +01:00
parent
0d7836ff12
commit
16c4c9b0be
@ -1,7 +1,6 @@
|
||||
package world.bentobox.bentobox.listeners;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.powermock.core.classloader.annotations.PrepareForTest;
|
||||
import org.powermock.modules.junit4.PowerMockRunner;
|
||||
@ -20,7 +19,6 @@ import static org.mockito.Mockito.when;
|
||||
*/
|
||||
@RunWith(PowerMockRunner.class)
|
||||
@PrepareForTest({BentoBox.class})
|
||||
@Ignore
|
||||
public class NetherTreesListenerTest {
|
||||
|
||||
/* Plugin */
|
||||
|
@ -89,7 +89,7 @@ public class PanelListenerManagerTest {
|
||||
click = ClickType.LEFT;
|
||||
inv = InventoryAction.UNKNOWN;
|
||||
|
||||
plm = new PanelListenerManager(plugin);
|
||||
plm = new PanelListenerManager();
|
||||
|
||||
// Panel
|
||||
panel = mock(Panel.class);
|
||||
|
Loading…
Reference in New Issue
Block a user