mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-09 18:08:27 +01:00
Fix tests
This commit is contained in:
parent
180ccd9f5e
commit
d6c11e8098
@ -141,6 +141,9 @@ public class DefaultPasteUtilTest {
|
|||||||
when(plugin.getHooks()).thenReturn(hooksManager);
|
when(plugin.getHooks()).thenReturn(hooksManager);
|
||||||
|
|
||||||
when(plugin.getPlayers()).thenReturn(pm);
|
when(plugin.getPlayers()).thenReturn(pm);
|
||||||
|
|
||||||
|
// Blueprint Entity
|
||||||
|
when(blueprintEntity.getType()).thenReturn(EntityType.PLAYER);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user