mirror of https://gitee.com/bigwinds/arangodb
do not pollute global namespace
This commit is contained in:
parent
9de514d000
commit
86ccaaaf45
|
|
@ -174,7 +174,7 @@ function indexSuite() {
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
testGetNonExistingIndexes : function () {
|
||||
tests = [ "2444334000000", "9999999999999" ].forEach(function (id) {
|
||||
[ "2444334000000", "9999999999999" ].forEach(function (id) {
|
||||
try {
|
||||
var idx = collection.index(id);
|
||||
fail();
|
||||
|
|
|
|||
Loading…
Reference in New Issue