summaryrefslogtreecommitdiff
path: root/jstests/auth/iteration_count_control.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/auth/iteration_count_control.js')
-rw-r--r--jstests/auth/iteration_count_control.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/auth/iteration_count_control.js b/jstests/auth/iteration_count_control.js
index 7525d01ea75..b0a790c43c6 100644
--- a/jstests/auth/iteration_count_control.js
+++ b/jstests/auth/iteration_count_control.js
@@ -29,7 +29,7 @@ var testIterationCountControl = function(){
scramIterationCount: 4999}));
assert.commandFailed(adminDB.runCommand({setParameter: 1,
scramIterationCount: -5000}));
-}
+};
testIterationCountControl();
MongoRunner.stopMongod(conn);