mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-29 11:42:55 +01:00
Run Biome test with AbstractTestingBase
This commit is contained in:
parent
aa008dff0f
commit
3f5dfeb074
1 changed files with 2 additions and 1 deletions
|
@ -3,10 +3,11 @@ package org.bukkit;
|
|||
import net.minecraft.server.BiomeBase;
|
||||
import org.bukkit.block.Biome;
|
||||
import org.bukkit.craftbukkit.block.CraftBlock;
|
||||
import org.bukkit.support.AbstractTestingBase;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
public class BiomeTest {
|
||||
public class BiomeTest extends AbstractTestingBase {
|
||||
|
||||
@Test
|
||||
public void testBukkitToMinecraft() {
|
||||
|
|
Loading…
Reference in a new issue