summaryrefslogtreecommitdiff
path: root/jstests/core/geo_s2holesameasshell.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/geo_s2holesameasshell.js')
-rw-r--r--jstests/core/geo_s2holesameasshell.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/geo_s2holesameasshell.js b/jstests/core/geo_s2holesameasshell.js
index 5407fe45c26..0b3f8ea35ec 100644
--- a/jstests/core/geo_s2holesameasshell.js
+++ b/jstests/core/geo_s2holesameasshell.js
@@ -1,7 +1,7 @@
// If polygons have holes, the holes cannot be equal to the entire geometry.
var t = db.geo_s2holessameasshell;
t.drop();
-t.ensureIndex({geo: "2dsphere"});
+t.createIndex({geo: "2dsphere"});
var centerPoint = {"type": "Point", "coordinates": [0.5, 0.5]};
var edgePoint = {"type": "Point", "coordinates": [0, 0.5]};