mirror of https://gitee.com/bigwinds/arangodb
fix non-deterministic test (#3931)
This commit is contained in:
parent
68a2f331e9
commit
9a242fe414
|
@ -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