mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-27 11:37:36 +01:00
Minor modifications to ObsidianScoopingListenerTest
This commit is contained in:
parent
87f20e98a3
commit
30fb7820fc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user