mirror of https://gitee.com/bigwinds/arangodb
fix jslint
This commit is contained in:
parent
c954841a4f
commit
6a9fec5221
|
@ -271,7 +271,7 @@ function ActiveFailoverSuite() {
|
||||||
});
|
});
|
||||||
|
|
||||||
currentLead = leaderInAgency();
|
currentLead = leaderInAgency();
|
||||||
print("connecting shell to leader ", currentLead)
|
print("connecting shell to leader ", currentLead);
|
||||||
connectToServer(currentLead);
|
connectToServer(currentLead);
|
||||||
if (db._collection(cname)) {
|
if (db._collection(cname)) {
|
||||||
db._drop(cname);
|
db._drop(cname);
|
||||||
|
|
Loading…
Reference in New Issue