Skip to content

Commit

Permalink
test(bundle): re-enable BundledMessageFileTest#testJapaneseFile
Browse files Browse the repository at this point in the history
  • Loading branch information
Siroshun09 committed Nov 18, 2024
1 parent e5cb2e5 commit e3eefdf
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import net.okocraft.box.core.message.CoreMessages;
import org.jetbrains.annotations.NotNull;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.io.TempDir;

Expand All @@ -13,7 +12,6 @@

class BundledMessageFileTest {

@Disabled("Some classes try to access Minecraft registries due to Spigot breaking change.")
@Test
void testJapaneseFile(@TempDir Path dir) {
test(dir, Builtin.loadJapaneseFileFromJar());
Expand Down

0 comments on commit e3eefdf

Please sign in to comment.