1
0
Fork 0

fix jslint error

This commit is contained in:
jsteemann 2018-04-23 22:21:12 +02:00
parent a84f7805ad
commit f8bfeecfee
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ function ActiveFailoverSuite() {
});
currentLead = leaderInAgency();
print("connecting shell to leader ", currentLead)
print("connecting shell to leader ", currentLead);
connectToServer(currentLead);
if (db._collection(cname)) {
db._drop(cname);