From c5d2817ab432af3c88e01a3674713a39bffe1088 Mon Sep 17 00:00:00 2001 From: avulfson17 Date: Thu, 4 Aug 2016 13:08:49 -0400 Subject: [PATCH] update test name --- test/unit/sanitiser/_geo_reverse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/sanitiser/_geo_reverse.js b/test/unit/sanitiser/_geo_reverse.js index 2f6a30c6..107630a8 100644 --- a/test/unit/sanitiser/_geo_reverse.js +++ b/test/unit/sanitiser/_geo_reverse.js @@ -38,7 +38,7 @@ module.exports.tests.sanitize_boundary_country = function(test, common) { 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 = { 'point.lat': '12.121212', 'point.lon': '21.212121',