mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-21 07:50:52 +01:00
Fix incorrect unit test name
By: md_5 <git@md-5.net>
This commit is contained in:
parent
5de19851fb
commit
c3bf431172
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue