mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-09 20:30:28 +01:00
Fix incorrect unit test name
This commit is contained in:
parent
f4ca1805d6
commit
fd702e4f44
@ -173,7 +173,7 @@ public class PerMaterialTest extends AbstractTestingBase {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testAir() {
|
||||
public void testItem() {
|
||||
if (material == Material.AIR) {
|
||||
assertTrue(material.isItem());
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user