Skip to content

Commit 2a6018d

Browse files
authored
revert test error (#62)
1 parent d0c0f80 commit 2a6018d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simple/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1613,7 +1613,7 @@ exports.test = function (testParams) {
16131613

16141614
indexCollectAggregate = function (params) {
16151615
db._query(
1616-
"FOR docxxx IN @@c COLLECT group = doc.value1 AGGREGATE agg = SUM(doc.value2) RETURN [group, agg]",
1616+
"FOR doc IN @@c COLLECT group = doc.value1 AGGREGATE agg = SUM(doc.value2) RETURN [group, agg]",
16171617
{ "@c": params.collection },
16181618
{},
16191619
{ silent }

0 commit comments

Comments
 (0)