summaryrefslogtreecommitdiff
path: root/jstests/core/geonear_cmd_input_validation.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/geonear_cmd_input_validation.js')
-rw-r--r--jstests/core/geonear_cmd_input_validation.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/core/geonear_cmd_input_validation.js b/jstests/core/geonear_cmd_input_validation.js
index 9cc82cb6f25..611e29b01d1 100644
--- a/jstests/core/geonear_cmd_input_validation.js
+++ b/jstests/core/geonear_cmd_input_validation.js
@@ -69,7 +69,6 @@ indexTypes.forEach(function(indexType) {
// Try several bad values for min/maxDistance.
badNumbers.concat(outOfRangeDistances).forEach(function(badDistance) {
-
var msg = ("geoNear with spherical=" + spherical + " and " + pointDescription +
" and " + indexType + " index should've failed with " + optionName +
" " + badDistance);
@@ -80,7 +79,6 @@ indexTypes.forEach(function(indexType) {
// Bad values for limit / num.
['num', 'limit'].forEach(function(limitOptionName) {
[-1, 'foo'].forEach(function(badLimit) {
-
var msg =
("geoNear with spherical=" + spherical + " and " + pointDescription +
" and " + indexType + " index should've failed with '" +
@@ -94,7 +92,6 @@ indexTypes.forEach(function(indexType) {
// Bad values for distanceMultiplier.
badNumbers.forEach(function(badNumber) {
-
var msg = ("geoNear with spherical=" + spherical + " and " + pointDescription +
" and " + indexType +
" index should've failed with distanceMultiplier " + badNumber);