Fix incorrect unit test name

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2018-02-16 10:33:36 +11:00
parent 5de19851fb
commit c3bf431172

View file

@ -173,7 +173,7 @@ public class PerMaterialTest extends AbstractTestingBase {
}
@Test
public void testAir() {
public void testItem() {
if (material == Material.AIR) {
assertTrue(material.isItem());
} else {