mirror of
https://github.com/BentoBoxWorld/Limits.git
synced 2025-02-21 14:52:15 +01:00
Added type chevron
This commit is contained in:
parent
b9ea6ecddd
commit
a316eaabc6
@ -86,7 +86,7 @@ public class JoinListenerTest {
|
||||
when(addon.getGameModePermPrefix(any())).thenReturn("bskyblock.");
|
||||
when(addon.getSettings()).thenReturn(settings);
|
||||
// Settings
|
||||
when(settings.getGroupLimitDefinitions()).thenReturn(new ArrayList(Arrays.asList(new Settings.EntityGroup("friendly", new HashSet<>(), -1))));
|
||||
when(settings.getGroupLimitDefinitions()).thenReturn(new ArrayList<>(Arrays.asList(new Settings.EntityGroup("friendly", new HashSet<>(), -1))));
|
||||
// Island Manager
|
||||
when(im.hasIsland(any(), any(UUID.class))).thenReturn(true);
|
||||
when(island.getUniqueId()).thenReturn("unique_id");
|
||||
|
Loading…
Reference in New Issue
Block a user