move mojang & namespace tests

This commit is contained in:
themode 2022-01-04 07:08:49 +01:00 committed by TheMode
parent 0e70613fb7
commit f2e506c621
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package misc;
package net.minestom.server.utils;
import net.minestom.server.utils.mojang.MojangUtils;
import org.junit.jupiter.api.Test;

View File

@ -1,4 +1,4 @@
package misc;
package net.minestom.server.utils;
import net.minestom.server.utils.NamespaceID;
import org.junit.jupiter.api.Test;