Browse Source

Rename test to clarify layers matter

pull/549/head
Julian Simioni 9 years ago
parent
commit
16d0a8b539
No known key found for this signature in database
GPG Key ID: 6DAD08919FDBF563
  1. 2
      test/unit/sanitiser/_geo_reverse.js

2
test/unit/sanitiser/_geo_reverse.js

@ -72,7 +72,7 @@ module.exports.tests.sanitize_boundary_country = function(test, common) {
t.end();
});
test('no boundary.circle.radius supplied should be set to default', function(t) {
test('no boundary.circle.radius and no layers supplied should be set to default', function(t) {
var raw = {
'point.lat': '12.121212',
'point.lon': '21.212121'

Loading…
Cancel
Save