1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-04-28 22:55:09 +02:00

Fix incorrect unit test name

This commit is contained in:
md_5 2018-02-16 10:33:36 +11:00
parent f4ca1805d6
commit fd702e4f44

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 {