Merge pull request #5464 from matkoniecz/matkoniecz-missing-negation

fix missing negation is specs
This commit is contained in:
Bryan Housel
2018-11-03 09:42:55 -04:00
committed by GitHub

View File

@@ -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);