From fb32cb0d7805d2fba12453b9e7c1e93e4d344784 Mon Sep 17 00:00:00 2001 From: hacksalot Date: Thu, 31 Dec 2015 20:00:39 -0500 Subject: [PATCH] Tests: Bump Johnny's expected duration to 4 years. Happy New Year, everybody. --- test/test-fresh-sheet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 });