From 85b831b1610ec956ec9f080ea69c78ce8ae06b72 Mon Sep 17 00:00:00 2001 From: Stephen Hess Date: Thu, 13 Jul 2017 18:06:38 -0400 Subject: [PATCH] removed iso2_to_iso3 and city_name_standardizer from wrapper --- test/unit/sanitizer/search.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test/unit/sanitizer/search.js b/test/unit/sanitizer/search.js index bbe85713..6c62caf1 100644 --- a/test/unit/sanitizer/search.js +++ b/test/unit/sanitizer/search.js @@ -22,14 +22,6 @@ module.exports.tests.sanitize = (test, common) => { called_sanitizers.push('_text'); return { errors: [], warnings: [] }; }, - '../sanitizer/_iso2_to_iso3': () => { - called_sanitizers.push('_iso2_to_iso3'); - return { errors: [], warnings: [] }; - }, - '../sanitizer/_city_name_standardizer': () => { - called_sanitizers.push('_city_name_standardizer'); - return { errors: [], warnings: [] }; - }, '../sanitizer/_size': function() { if (_.isEmpty(arguments)) { return () => { @@ -114,8 +106,6 @@ module.exports.tests.sanitize = (test, common) => { '_boundary_country', '_categories', '_text', - '_iso2_to_iso3', - '_city_name_standardizer', '_geonames_warnings' ];