summaryrefslogtreecommitdiff
path: root/jstests/core/geo_s2twofields.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/geo_s2twofields.js')
-rw-r--r--jstests/core/geo_s2twofields.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/core/geo_s2twofields.js b/jstests/core/geo_s2twofields.js
index 7332c8e33e0..26c75b08bfb 100644
--- a/jstests/core/geo_s2twofields.js
+++ b/jstests/core/geo_s2twofields.js
@@ -1,7 +1,7 @@
// Verify that we can index multiple geo fields with 2dsphere, and that
// performance is what we expect it to be with indexing both fields.
-var t = db.geo_s2twofields
-t.drop()
+var t = db.geo_s2twofields;
+t.drop();
Random.setRandomSeed();
var random = Random.rand;