From bb054211c0e1f5044c7a96799217948872547d55 Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Sat, 3 Nov 2018 14:26:52 +0100 Subject: [PATCH] fix missing negation is specs --- test/spec/services/taginfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec/services/taginfo.js b/test/spec/services/taginfo.js index 7db16fb27..146e748ad 100644 --- a/test/spec/services/taginfo.js +++ b/test/spec/services/taginfo.js @@ -206,7 +206,7 @@ describe('iD.serviceTaginfo', function() { ); }); - it('does not get values for extremely popular keys', function() { + it('does not get values for extremely unpopular keys', function() { var callback = sinon.spy(); taginfo.values({key: 'name', query: 'ste'}, callback);