Skip to content

Commit

Permalink
Update mainTemplateTests.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoore-msft authored Jun 12, 2018
1 parent d1ed2bd commit f7d7bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/template-validation-tests/test/mainTemplateTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe('template files - ', () => {
// get default value if one exists
var defaultVal = templateObject.parameters[parameter].defaultValue;
if (defaultVal && defaultVal.length > 0) {
expect(templateObject.parameters[parameter], 'in file:' + templateJSONObject.filename + parameter + ' should not have defaultValue').to.not.have.property('defaultValue');
expect(templateObject.parameters[parameter], 'in file:' + templateJSONObject.filename + ' "' + parameter + '" should not have defaultValue').to.not.have.property('defaultValue');
}
}
});
Expand Down Expand Up @@ -134,4 +134,4 @@ describe('template files - ', () => {
});
});
});
});
});

0 comments on commit f7d7bf4

Please sign in to comment.