1
0
Fork 0

fix jslint

This commit is contained in:
jsteemann 2018-04-23 22:19:36 +02:00
parent c954841a4f
commit 6a9fec5221
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);