Add tests for material creative categories

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2022-03-19 09:59:55 +11:00
parent 6796896e63
commit 5fce26aed5

View file

@ -286,4 +286,11 @@ public class PerMaterialTest extends AbstractTestingBase {
}
}
}
@Test
public void testCreativeCategory() {
if (material.isItem()) {
material.getCreativeCategory();
}
}
}