summaryrefslogtreecommitdiff
path: root/jstests/core/update3.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/update3.js')
-rw-r--r--jstests/core/update3.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/jstests/core/update3.js b/jstests/core/update3.js
index 995c6e67b45..d29d073a40a 100644
--- a/jstests/core/update3.js
+++ b/jstests/core/update3.js
@@ -23,6 +23,6 @@ f.update( {}, {$set:{'_id':5}} );
assert.eq( 0, f.findOne()._id , "D" );
f.drop();
-f.save({_id:1, a:1})
-f.update({}, {$unset:{"a":1, "b.c":1}})
-assert.docEq(f.findOne(), {_id:1}, "E") \ No newline at end of file
+f.save({_id:1, a:1});
+f.update({}, {$unset:{"a":1, "b.c":1}});
+assert.docEq(f.findOne(), {_id:1}, "E"); \ No newline at end of file