diff --git a/js/client/tests/active-failover/basic.js b/js/client/tests/active-failover/basic.js index ce3c0c5dde..dcd8defdd3 100644 --- a/js/client/tests/active-failover/basic.js +++ b/js/client/tests/active-failover/basic.js @@ -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);