Fix tests

This commit is contained in:
tastybento 2024-12-26 09:28:18 -08:00
parent 180ccd9f5e
commit d6c11e8098

View File

@ -141,6 +141,9 @@ public class DefaultPasteUtilTest {
when(plugin.getHooks()).thenReturn(hooksManager);
when(plugin.getPlayers()).thenReturn(pm);
// Blueprint Entity
when(blueprintEntity.getType()).thenReturn(EntityType.PLAYER);
}
/**