minify jsons
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user