From 458c8519b5927cc26153825dc44fb6725801a89e Mon Sep 17 00:00:00 2001 From: devlinjd Date: Thu, 19 Nov 2015 10:39:48 -0500 Subject: [PATCH] Update FRESH tests with recent changes. --- tests/test-fresh-sheet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-fresh-sheet.js b/tests/test-fresh-sheet.js index 3492f33..943826a 100644 --- a/tests/test-fresh-sheet.js +++ b/tests/test-fresh-sheet.js @@ -23,7 +23,7 @@ describe('fullstack.json (FRESH)', function () { it('should have one or more of each section', function() { expect( //(_sheet.basics) && - (_sheet.name && _sheet.label && _sheet.class && _sheet.summary) && + (_sheet.name && _sheet.info && _sheet.location) && (_sheet.employment.history && _sheet.employment.history.length > 0) && (_sheet.skills && _sheet.skills.length > 0) && (_sheet.education.history && _sheet.education.history.length > 0) &&