Improve testing and change playtime permissions

This commit is contained in:
okx-code
2021-06-25 18:18:29 +01:00
parent e125f962db
commit 59e97d3f61
21 changed files with 127 additions and 61 deletions
@@ -1,10 +1,10 @@
package sh.okx.rankup.messages;
import static org.junit.Assert.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertNotNull;
import be.seeseemelk.mockbukkit.entity.PlayerMock;
import org.junit.Test;
import org.junit.jupiter.api.Test;
import sh.okx.rankup.RankupTest;
public class RankupPlaceholderTest extends RankupTest {