summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/geo_mnypts_plus_fields.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/geo_mnypts_plus_fields.js')
-rw-r--r--jstests/noPassthrough/geo_mnypts_plus_fields.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/geo_mnypts_plus_fields.js b/jstests/noPassthrough/geo_mnypts_plus_fields.js
index 467c46e3698..f1782de5a16 100644
--- a/jstests/noPassthrough/geo_mnypts_plus_fields.js
+++ b/jstests/noPassthrough/geo_mnypts_plus_fields.js
@@ -57,7 +57,7 @@ for (var fields = 1; fields < maxFields; fields++) {
queryFields["field" + j] = field;
}
- coll.ensureIndex({loc: "2d"});
+ coll.createIndex({loc: "2d"});
// Check that quarter of points in each quadrant
for (var i = 0; i < 4; i++) {