summaryrefslogtreecommitdiff
path: root/jstests/core/set5.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/set5.js')
-rw-r--r--jstests/core/set5.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/core/set5.js b/jstests/core/set5.js
index afa0d014bde..e24c4fdf6a7 100644
--- a/jstests/core/set5.js
+++ b/jstests/core/set5.js
@@ -9,9 +9,9 @@ function check( want , err ){
}
t.update( { a : 5 } , { $set : { a : 6 , b : null } } , true );
-check( { a : 6 , b : null } , "A" )
+check( { a : 6 , b : null } , "A" );
t.drop();
t.update( { z : 5 } , { $set : { z : 6 , b : null } } , true );
-check( { b : null , z : 6 } , "B" )
+check( { b : null , z : 6 } , "B" );