Minor modifications to ObsidianScoopingListenerTest

This commit is contained in:
Florian CUNY 2019-02-03 13:59:00 +01:00
parent 87f20e98a3
commit 30fb7820fc

View File

@ -120,7 +120,6 @@ public class ObsidianScoopingListenerTest {
when(clickedBlock.getWorld()).thenReturn(world);
when(item.getAmount()).thenReturn(1);
// Users
User.setPlugin(plugin);
@ -146,12 +145,6 @@ public class ObsidianScoopingListenerTest {
// Addon
when(iwm.getAddon(Mockito.any())).thenReturn(Optional.empty());
}
@Test
public void testObsidianToLava() {
assertNotNull(new ObsidianScoopingListener());
}
@Test