summaryrefslogtreecommitdiff
path: root/jstests/explain2.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/explain2.js')
-rw-r--r--jstests/explain2.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/jstests/explain2.js b/jstests/explain2.js
index 4960e5a..6cb5160 100644
--- a/jstests/explain2.js
+++ b/jstests/explain2.js
@@ -16,12 +16,12 @@ function go( q , c , b , o ){
}
q = { a : { $gt : 3 } }
-go( q , 6 , 7 , 6 );
+go( q , 6 , 6 , 6 );
q.b = 5
-go( q , 1 , 1 , 1 );
+go( q , 1 , 6 , 1 );
delete q.b
q.c = 5
-go( q , 1 , 7 , 6 );
+go( q , 1 , 6 , 6 );