Merge pull request #746 from laer/patch-1

Update testRenderer.js
This commit is contained in:
Peter Hedenskog 2015-09-26 20:59:07 +02:00
commit 334ecd3c3f
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ TestRenderer.prototype._gpsi = function(url, pageData) {
result.id = 'gpsi';
result.title = ' GPSI score';
result.url = url;
result.isOK = pageData.gpsi.score > defaultLimit;
result.isOk = pageData.gpsi.score > defaultLimit;
result.description = ' The GPSI score is ' + pageData.gpsi.score +
' and the limit is ' + defaultLimit;
result.value = pageData.gpsi.score;