Fix scripts and tests
* Fix the reformat script to work with recent changes * Fix the convert-nei-dump script to remove leading and trailing '_' * Fix various broken tests
This commit is contained in:
@@ -19,7 +19,7 @@ modPack = plan = null
|
||||
describe 'CraftingPlan', ->
|
||||
|
||||
beforeEach ->
|
||||
mod = new Mod name:'Minecraft'
|
||||
mod = new Mod name:'Minecraft', slug:'minecraft'
|
||||
mod.addModVersion new ModVersion modSlug:mod.slug, version:'1.7.10'
|
||||
mod.activeModVersion.parse """
|
||||
schema:1
|
||||
|
||||
Reference in New Issue
Block a user