mirror of https://gitee.com/bigwinds/arangodb
removed useless explain
This commit is contained in:
parent
0537eb95bc
commit
b1fd92c438
|
@ -188,7 +188,6 @@ function explainSuite () {
|
|||
cn + "/testkey3" // And this
|
||||
]
|
||||
};
|
||||
require("internal").db._explain(query, bindParams);
|
||||
assertEqual([ 1, 2, 3], AQL_EXECUTE(query, bindParams).json);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue