mirror of https://gitee.com/bigwinds/arangodb
Wrong index number
This commit is contained in:
parent
2bba69bafc
commit
fd9647af83
|
@ -185,7 +185,7 @@ function dumpTestSuite () {
|
|||
assertFalse(p.waitForSync);
|
||||
assertFalse(p.isVolatile);
|
||||
|
||||
assertEqual(8, c.getIndexes().length);
|
||||
assertEqual(9, c.getIndexes().length);
|
||||
assertEqual("primary", c.getIndexes()[0].type);
|
||||
|
||||
assertEqual("hash", c.getIndexes()[1].type);
|
||||
|
|
Loading…
Reference in New Issue