mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 15:20:21 +01:00
Add tests for material creative categories
By: md_5 <git@md-5.net>
This commit is contained in:
parent
6796896e63
commit
5fce26aed5
@ -286,4 +286,11 @@ public class PerMaterialTest extends AbstractTestingBase {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testCreativeCategory() {
|
||||
if (material.isItem()) {
|
||||
material.getCreativeCategory();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user