Add tests for material creative categories

This commit is contained in:
md_5 2022-03-19 09:59:55 +11:00
parent 953d3ddc67
commit f48739cae8
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

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