mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-18 17:13:31 +00:00
Merge pull request #5464 from matkoniecz/matkoniecz-missing-negation
fix missing negation is specs
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user