diff --git a/test/test-fresh-sheet.js b/test/test-fresh-sheet.js index eb2ec7c..3e55ed2 100644 --- a/test/test-fresh-sheet.js +++ b/test/test-fresh-sheet.js @@ -59,4 +59,4 @@ function testResume(opts) { var sects = [ 'info', 'employment', 'service', 'skills', 'education', 'writing', 'recognition', 'references' ]; testResume({ title: 'jane-q-fullstacker', path: 'node_modules/jane-q-fullstacker/resume/jane-resume.json', duration: 7, sections: sects }); -testResume({ title: 'johnny-trouble-resume', path: 'node_modules/johnny-trouble-resume/src/johnny-trouble.fresh.json', duration: 3, sections: sects }); +testResume({ title: 'johnny-trouble-resume', path: 'node_modules/johnny-trouble-resume/src/johnny-trouble.fresh.json', duration: 4, sections: sects });