mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 04:05:50 -07:00
@@ -5,11 +5,8 @@ import java.util.List;
|
||||
import java.util.concurrent.Callable;
|
||||
import org.bukkit.plugin.Plugin;
|
||||
import org.bukkit.plugin.TestPlugin;
|
||||
import org.junit.jupiter.api.MethodOrderer;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.TestMethodOrder;
|
||||
|
||||
@TestMethodOrder(MethodOrderer.MethodName.class)
|
||||
public class MetadataStoreTest {
|
||||
private Plugin pluginX = new TestPlugin("x");
|
||||
private Plugin pluginY = new TestPlugin("y");
|
||||
|
Reference in New Issue
Block a user