File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
src/test/java/org/maxgamer/quickshop/util/mojangapi Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2121
2222import org .junit .jupiter .api .Assertions ;
2323import org .junit .jupiter .api .Test ;
24+ import org .maxgamer .quickshop .TestBukkitBase ;
2425
2526import java .util .Optional ;
2627
27- public class MojangAPITest {
28+ public class MojangAPITest extends TestBukkitBase {
2829 @ Test
2930 public void testMojangMetaApi () {
3031 MojangAPI api = new MojangAPI (new MojangApiOfficialMirror ());
Original file line number Diff line number Diff line change 2121
2222import org .junit .jupiter .api .Assertions ;
2323import org .junit .jupiter .api .Test ;
24+ import org .maxgamer .quickshop .TestBukkitBase ;
2425
2526import java .util .Optional ;
2627
27- public class MojangAPITest_BMCLAPI {
28+ public class MojangAPITest_BMCLAPI extends TestBukkitBase {
2829 @ Test
2930 public void testMojangMetaApi () {
3031 MojangAPI api = new MojangAPI (new MojangApiBmclApiMirror ());
Original file line number Diff line number Diff line change 2121
2222import org .junit .jupiter .api .Assertions ;
2323import org .junit .jupiter .api .Test ;
24+ import org .maxgamer .quickshop .TestBukkitBase ;
2425
2526import java .util .Optional ;
2627
27- public class MojangAPITest_MCBBSAPI {
28+ public class MojangAPITest_MCBBSAPI extends TestBukkitBase {
2829 @ Test
2930 public void testMojangMetaApi () {
3031 MojangAPI api = new MojangAPI (new MojangApiMcbbsApiMirror ());
You can’t perform that action at this time.
0 commit comments