summaryrefslogtreecommitdiff
path: root/jstests/core/updateb.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/updateb.js')
-rw-r--r--jstests/core/updateb.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/updateb.js b/jstests/core/updateb.js
index d85e19a36bc..59e6348a47a 100644
--- a/jstests/core/updateb.js
+++ b/jstests/core/updateb.js
@@ -7,5 +7,5 @@ t.update( { "x.y" : 2 } , { $inc : { a : 7 } } , true );
correct = { a : 7 , x : { y : 2 } };
got = t.findOne();
delete got._id;
-assert.docEq( correct , got , "A" )
+assert.docEq( correct , got , "A" );