mirror of https://gitee.com/bigwinds/arangodb
fix another test
This commit is contained in:
parent
97944f012e
commit
020e1b5b69
|
@ -1182,7 +1182,6 @@ function CollectionDbSuite () {
|
|||
|
||||
db._truncate(cn);
|
||||
|
||||
assertEqual(ArangoCollection.STATUS_LOADED, c1.status());
|
||||
assertEqual(ArangoCollection.TYPE_DOCUMENT, c1.type());
|
||||
assertEqual(0, c1.count());
|
||||
|
||||
|
|
Loading…
Reference in New Issue