fix build testing

since the bskyblock.complete permission was renamed to bskyblock.challenges, this PR updates it in the test file
This commit is contained in:
untuned 2021-04-20 20:28:30 -04:00 committed by GitHub
parent 227138a689
commit 4e4af6e215
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ public class CompleteChallengeCommandTest {
*/
@Test
public void testSetup() {
assertEquals("bskyblock.complete", cc.getPermission());
assertEquals("bskyblock.challenges", cc.getPermission());
assertEquals("challenges.commands.user.complete.parameters", cc.getParameters());
assertEquals("challenges.commands.user.complete.description", cc.getDescription());
assertTrue(cc.isOnlyPlayer());