Fixed missing import

This commit is contained in:
Florian CUNY 2019-03-28 20:11:55 +01:00
parent b72b5830a8
commit 1c2d3bed41

View File

@ -25,6 +25,7 @@ import org.bukkit.inventory.ItemFactory;
import org.bukkit.inventory.meta.SkullMeta;
import org.bukkit.plugin.PluginManager;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Matchers;