Fixed tests (again) for IslandTeamInviteAcceptCommand

This commit is contained in:
Florian CUNY 2020-01-25 08:45:06 +01:00
parent 1bcb12a51f
commit 093373550d

View File

@ -170,7 +170,7 @@ public class IslandTeamInviteAcceptCommandTest {
*/
@Test
public void testSetup() {
verify(c).inheritPermission();
//TODO: test permission inheritance?
assertTrue(c.isOnlyPlayer());
assertEquals("commands.island.team.invite.accept.description", c.getDescription());
}