mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-31 01:09:22 +02:00
Fix code test failure
This commit is contained in:
@@ -49,7 +49,7 @@ describe('iD.uiSectionRawTagEditor', function() {
|
||||
});
|
||||
|
||||
it('removes tags when clicking the remove button', function (done) {
|
||||
taglist.on('change', function(tags) {
|
||||
taglist.on('change', function(entityIDs, tags) {
|
||||
expect(tags).to.eql({highway: undefined});
|
||||
done();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user