summaryrefslogtreecommitdiff
path: root/jstests/index_check2.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/index_check2.js')
-rw-r--r--jstests/index_check2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/index_check2.js b/jstests/index_check2.js
index a489fd6..eed3b8e 100644
--- a/jstests/index_check2.js
+++ b/jstests/index_check2.js
@@ -38,4 +38,4 @@ scanned3 = t.find(q3).explain().nscanned;
assert( scanned3 <= Math.max( scanned1 , scanned2 ) , "$all makes query optimizer not work well" );
exp3 = t.find( q3 ).explain();
-assert.eq( exp3.indexBounds[0][0], exp3.indexBounds[0][1], "$all range not a single key" );
+assert.eq( exp3.indexBounds.tags[0][0], exp3.indexBounds.tags[0][1], "$all range not a single key" );