mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-23 08:31:34 +01:00
Fixed tests (again) for IslandTeamInviteAcceptCommand
This commit is contained in:
parent
1bcb12a51f
commit
093373550d
@ -170,7 +170,7 @@ public class IslandTeamInviteAcceptCommandTest {
|
|||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void testSetup() {
|
public void testSetup() {
|
||||||
verify(c).inheritPermission();
|
//TODO: test permission inheritance?
|
||||||
assertTrue(c.isOnlyPlayer());
|
assertTrue(c.isOnlyPlayer());
|
||||||
assertEquals("commands.island.team.invite.accept.description", c.getDescription());
|
assertEquals("commands.island.team.invite.accept.description", c.getDescription());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user