Browse Source

Fix failing test

pull/488/head
Diana Shkolnikov 9 years ago
parent
commit
8a15234e56
  1. 6
      test/unit/helper/geojsonify.js

6
test/unit/helper/geojsonify.js

@ -335,12 +335,6 @@ module.exports.tests.search = function(test, common) {
'localadmin_gid': '404521211',
'locality': 'New York',
'locality_gid': '85977539',
'bounding_box': {
'min_lat': 40.6514712164,
'max_lat': 40.6737320588,
'min_lon': -73.8967895508,
'max_lon': -73.8665771484
},
'label': 'East New York, Brooklyn, NY, USA'
},
'bbox': [-73.8967895508,40.6514712164,-73.8665771484,40.6737320588],

Loading…
Cancel
Save