mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-31 09:19:25 +02:00
fix test to match behavior after 635c4985
This commit is contained in:
@@ -55,7 +55,7 @@ describe('iD.presetField', function() {
|
||||
var uiField = iD.uiFieldCombo(field, context);
|
||||
uiField.tags({k: 'v'});
|
||||
expect(field.t).not.to.have.been.called;
|
||||
expect(other.t).to.have.been.calledOnce;
|
||||
expect(other.t).to.have.been.called;
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user