Skip to content

Commit cdcf639

Browse files
committed
Fix test. yet again.
1 parent a1da012 commit cdcf639

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/js/client/aql/aql-async-prefetch-leaser-reuse.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ function asyncPrefetchReuseTestSuite() {
6868
tearDownAll,
6969

7070
testTickleReuse: function () {
71-
const q = `FOR node IN @@col
71+
const q = `WITH ${colNameA}, ${colNameB}, ${colNameC}
72+
FOR node IN @@col
7273
LET x = (
7374
FOR n,e,p IN 1..1 ANY node._id @@edge_col
7475
FILTER !IS_NULL(e) && !IS_NULL(e._from) && !IS_NULL(e._to)

0 commit comments

Comments
 (0)