1
0
Fork 0

Wrong index number

This commit is contained in:
Simon Grätzer 2017-05-10 10:41:47 +02:00
parent 2bba69bafc
commit fd9647af83
1 changed files with 1 additions and 1 deletions

View File

@ -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);