summaryrefslogtreecommitdiff
path: root/jstests/core/update_multi5.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/update_multi5.js')
-rw-r--r--jstests/core/update_multi5.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/update_multi5.js b/jstests/core/update_multi5.js
index 46ef8f36da5..c6d51ef0196 100644
--- a/jstests/core/update_multi5.js
+++ b/jstests/core/update_multi5.js
@@ -1,7 +1,7 @@
t = db.update_multi5;
-t.drop()
+t.drop();
t.insert({path: 'r1', subscribers: [1,2]});
t.insert({path: 'r2', subscribers: [3,4]});