diff options
Diffstat (limited to 'jstests/explain1.js')
| -rw-r--r-- | jstests/explain1.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/explain1.js b/jstests/explain1.js index 2460c28733c..175020a7c6f 100644 --- a/jstests/explain1.js +++ b/jstests/explain1.js @@ -21,4 +21,4 @@ assert.eq( 20 , t.find( q ).limit(20).itcount() , "F" ); assert.eq( 49 , t.find(q).explain().n , "G" ); assert.eq( 20 , t.find(q).limit(20).explain().n , "H" ); assert.eq( 20 , t.find(q).limit(-20).explain().n , "I" ); - +assert.eq( 49 , t.find(q).batchSize(20).explain().n , "J" ); |
