summaryrefslogtreecommitdiff
path: root/jstests/pull_remove1.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/pull_remove1.js')
-rw-r--r--jstests/pull_remove1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/pull_remove1.js b/jstests/pull_remove1.js
index af4f28f1ff2..379f3f2832b 100644
--- a/jstests/pull_remove1.js
+++ b/jstests/pull_remove1.js
@@ -10,5 +10,5 @@ assert.eq( o , t.findOne() , "A1" )
o.a = o.a.filter( function(z){ return z >= 6; } )
t.update( {} , { $pull : { a : { $lt : 6 } } } )
-//assert.eq( o.a , t.findOne().a , "A2" )
+assert.eq( o.a , t.findOne().a , "A2" )