mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-31 22:30:15 +00:00
Add tests for material creative categories
This commit is contained in:
parent
953d3ddc67
commit
f48739cae8
1 changed files with 7 additions and 0 deletions
|
@ -286,4 +286,11 @@ public class PerMaterialTest extends AbstractTestingBase {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testCreativeCategory() {
|
||||
if (material.isItem()) {
|
||||
material.getCreativeCategory();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue