minify jsons

This commit is contained in:
Lucwousin
2019-10-15 18:03:49 +02:00
parent f39c419882
commit 7e62c2b845

View File

@@ -340,8 +340,10 @@ public class ItemVariationMappingTest
}};
@Test
public void testMappedNames()
public void testMappedNames() throws Exception
{
ItemVariationMapping.load();
ITEMS_MAP.forEach((key, value) ->
{
assertEquals(value, (Integer) ItemVariationMapping.map(key));