Browse Source

fixing the tests

pull/11/head
Harish Krishna 10 years ago
parent
commit
5ee018bcf3
  1. 8
      test/unit/query/search.js

8
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
}

Loading…
Cancel
Save