mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-02 21:22:05 -07:00
Fix incorrect unit test name
This commit is contained in:
@@ -173,7 +173,7 @@ public class PerMaterialTest extends AbstractTestingBase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testAir() {
|
public void testItem() {
|
||||||
if (material == Material.AIR) {
|
if (material == Material.AIR) {
|
||||||
assertTrue(material.isItem());
|
assertTrue(material.isItem());
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user