mirror of https://gitee.com/bigwinds/arangodb
fix non-deterministic test
This commit is contained in:
parent
7ae1949ef7
commit
a005aca3e7
|
@ -760,7 +760,6 @@ function CollectionSuite () {
|
|||
|
||||
c1.truncate();
|
||||
|
||||
assertEqual(ArangoCollection.STATUS_LOADED, c1.status());
|
||||
assertEqual(ArangoCollection.TYPE_DOCUMENT, c1.type());
|
||||
assertEqual(0, c1.count());
|
||||
|
||||
|
@ -1093,7 +1092,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