summaryrefslogtreecommitdiff
path: root/share/www/script/test/view_multi_key_temp.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/www/script/test/view_multi_key_temp.js')
-rw-r--r--share/www/script/test/view_multi_key_temp.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/test/view_multi_key_temp.js b/share/www/script/test/view_multi_key_temp.js
index 545e2520..0e42ce67 100644
--- a/share/www/script/test/view_multi_key_temp.js
+++ b/share/www/script/test/view_multi_key_temp.js
@@ -28,7 +28,7 @@ couchTests.view_multi_key_temp = function(debug) {
T(keys.indexOf(rows[i].key) != -1);
T(rows[i].key == rows[i].value);
}
-
+
var reduce = db.query(queryFun, reduceFun, {group:true}, keys).rows;
for(var i=0; i<reduce.length; i++) {
T(keys.indexOf(reduce[i].key) != -1);