mirror of https://gitee.com/bigwinds/arangodb
Lintify
This commit is contained in:
parent
9beeb09f37
commit
7e2e1b2082
|
@ -863,11 +863,11 @@ function ahuacatlQueryGeneralEdgesTestSuite() {
|
||||||
vertexCollectionRestriction: [v1, v3]
|
vertexCollectionRestriction: [v1, v3]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
AQL_NEIGHBORS1 =
|
var AQL_NEIGHBORS1 =
|
||||||
"FOR edgeDoc in @@eCol " +
|
"FOR edgeDoc in @@eCol " +
|
||||||
" LET thisVertex = DOCUMENT(edgeDoc._to) " +
|
" LET thisVertex = DOCUMENT(edgeDoc._to) " +
|
||||||
" LET vertices = (FOR v IN GRAPH_NEIGHBORS(@name, @example, @options) RETURN v) " +
|
" LET vertices = (FOR v IN GRAPH_NEIGHBORS(@name, @example, @options) RETURN v) " +
|
||||||
" FOR oneVertex IN vertices RETURN {hugo: thisVertex.hugo, neighborVertex: oneVertex}"
|
" FOR oneVertex IN vertices RETURN {hugo: thisVertex.hugo, neighborVertex: oneVertex}";
|
||||||
|
|
||||||
var actual = getRawQueryResults(AQL_NEIGHBORS1, bindVars);
|
var actual = getRawQueryResults(AQL_NEIGHBORS1, bindVars);
|
||||||
assertEqual(actual.length, 4);
|
assertEqual(actual.length, 4);
|
||||||
|
|
Loading…
Reference in New Issue