summaryrefslogtreecommitdiff
path: root/jstests/core/geo_circle2.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/geo_circle2.js')
-rw-r--r--jstests/core/geo_circle2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/geo_circle2.js b/jstests/core/geo_circle2.js
index ef76884609c..9a3b3c94860 100644
--- a/jstests/core/geo_circle2.js
+++ b/jstests/core/geo_circle2.js
@@ -23,4 +23,4 @@ assert.eq( 10 , t.find({ "loc" : { "$within" : { "$center" : [ { "x" : 0 ,"y" :
assert.eq( 6 , t.find({ "loc" : { "$within" : { "$center" : [ { "x" : 0 ,"y" : 0} , 50]}}, "categories" : "sports" } ).itcount() , "B" );
// When not a $near or $within query, geo index should not be used. Fails if geo index is used.
-assert.eq( 1 , t.find({ "loc" : { "x" : -36, "y" : -8}, "categories" : "sports" }).itcount(), "C" )
+assert.eq( 1 , t.find({ "loc" : { "x" : -36, "y" : -8}, "categories" : "sports" }).itcount(), "C" );