From 681d689f51736ea7e44245fcc8b039a960cb1c85 Mon Sep 17 00:00:00 2001 From: Stephen Hess Date: Wed, 7 Sep 2016 08:45:41 -0400 Subject: [PATCH] fixed test names --- test/unit/middleware/trimByGranularity.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unit/middleware/trimByGranularity.js b/test/unit/middleware/trimByGranularity.js index 07e6db9a..f94ad608 100644 --- a/test/unit/middleware/trimByGranularity.js +++ b/test/unit/middleware/trimByGranularity.js @@ -134,7 +134,7 @@ module.exports.tests.trimByGranularity = function(test, common) { testIt(); }); - test('all records with fallback.* matched_queries name should retain only venues when they are most granular', function(t) { + test('all records with fallback.* matched_queries name should retain only counties when they are most granular', function(t) { var req = { clean: {} }; var res = { @@ -162,7 +162,7 @@ module.exports.tests.trimByGranularity = function(test, common) { testIt(); }); - test('all records with fallback.* matched_queries name should retain only venues when they are most granular', function(t) { + test('all records with fallback.* matched_queries name should retain only regions when they are most granular', function(t) { var req = { clean: {} }; var res = {