summaryrefslogtreecommitdiff
path: root/jstests/core/write_result.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/write_result.js')
-rw-r--r--jstests/core/write_result.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/write_result.js b/jstests/core/write_result.js
index 95c298c165a..8cf505f688e 100644
--- a/jstests/core/write_result.js
+++ b/jstests/core/write_result.js
@@ -5,7 +5,7 @@
var coll = db.write_result;
coll.drop();
-assert(coll.getDB().getMongo().useWriteCommands(), "test is not running with write commands")
+assert(coll.getDB().getMongo().useWriteCommands(), "test is not running with write commands");
var result = null;