mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-21 05:44:33 +00:00
Fix incorrect unit test name
This commit is contained in:
parent
f4ca1805d6
commit
fd702e4f44
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