Define ordering for MetadataStoreTest

This commit is contained in:
md_5 2023-09-24 06:17:44 +10:00
parent 99a7f6f0cf
commit d022084a47
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

@ -5,8 +5,11 @@ 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");