Browse Source

update test name

pull/617/head
avulfson17 9 years ago committed by Alec Vulfson
parent
commit
c5d2817ab4
  1. 2
      test/unit/sanitiser/_geo_reverse.js

2
test/unit/sanitiser/_geo_reverse.js

@ -38,7 +38,7 @@ module.exports.tests.sanitize_boundary_country = function(test, common) {
t.end(); t.end();
}); });
test('raw with boundary.circle.radius should add warning about ignored boundary.circle', function(t) { test('raw with boundary.circle.radius shouldn\'t add warning about ignored boundary.circle', function(t) {
var raw = { var raw = {
'point.lat': '12.121212', 'point.lat': '12.121212',
'point.lon': '21.212121', 'point.lon': '21.212121',

Loading…
Cancel
Save