summaryrefslogtreecommitdiff
path: root/jstests/core/regex_not_id.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/regex_not_id.js')
-rw-r--r--jstests/core/regex_not_id.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/regex_not_id.js b/jstests/core/regex_not_id.js
index 6eb5a4e7bfd..b5d0f1b01a6 100644
--- a/jstests/core/regex_not_id.js
+++ b/jstests/core/regex_not_id.js
@@ -1,7 +1,7 @@
// don't allow regex as _id: SERVER-9502
var testColl = db.regex_not_id;
-testColl.drop()
+testColl.drop();
assert.writeOK(testColl.insert({ _id: "ABCDEF1" }, {writeConcern:{w:1}}));