diff --git a/test/unit/query/search.js b/test/unit/query/search.js index 0937178e..3336d379 100644 --- a/test/unit/query/search.js +++ b/test/unit/query/search.js @@ -16,11 +16,11 @@ module.exports.tests.query = function(test, common) { input: 'test', size: 10, lat: 29.49136, lon: -82.50622, bbox: { - top_left: { + bottom_left: { lat: 11.51053655297385, lon: -103.16362455862279 }, - bottom_right: { + top_right: { lat: 47.472183447026154, lon: -61.84881544137721 } @@ -38,11 +38,11 @@ module.exports.tests.query = function(test, common) { filter: { geo_bounding_box: { center_point: { - top_left: { + bottom_left: { lat: 11.51053655297385, lon: -103.16362455862279 }, - bottom_right: { + top_right: { lat: 47.472183447026154, lon: -61.84881544137721 }