1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-21 19:22:59 +01:00

More safety against corrupt data when loading data for FlatFile

This commit is contained in:
nossr50
2021-03-11 13:11:11 -08:00
parent d77c8c88a3
commit 2203d61c10
3 changed files with 87 additions and 45 deletions

View File

@@ -1,10 +1,9 @@
package com.gmail.nossr50.util.text;
import org.junit.Assert;
import org.junit.Test;
import net.kyori.adventure.text.TextComponent;
import net.kyori.adventure.text.format.NamedTextColor;
import org.junit.Assert;
import org.junit.Test;
/**
* This Unit Test checks if Adventure was set up correctly and works as expected.