mirror of https://gitee.com/bigwinds/arangodb
fix cleanup
This commit is contained in:
parent
afafc47eac
commit
e396681fb8
|
@ -56,6 +56,10 @@ describe('_api/gharial', () => {
|
|||
db._drop(oColName);
|
||||
} catch (e) {
|
||||
}
|
||||
try {
|
||||
db._drop(oColName2);
|
||||
} catch (e) {
|
||||
}
|
||||
try {
|
||||
db._graphs.remove(graphName);
|
||||
} catch (e) {
|
||||
|
|
Loading…
Reference in New Issue