1
0
Fork 0

Removed non-applicable test case.

This commit is contained in:
Dan Larkin 2017-04-24 22:26:58 -04:00
parent 0ce293bb6a
commit d1933486da
1 changed files with 1 additions and 2 deletions

View File

@ -241,7 +241,6 @@ function dumpTestSuite () {
assertEqual(2, c.type()); // document
assertFalse(p.waitForSync);
assertTrue(p.isVolatile);
assertEqual(1, c.getIndexes().length); // just primary index
assertEqual("primary", c.getIndexes()[0].type);