mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-27 16:03:52 +00:00
Update test label wording
This commit is contained in:
@@ -195,7 +195,7 @@ describe('iD.presetPreset', function() {
|
||||
});
|
||||
|
||||
describe('#addable', function() {
|
||||
it('sets/gets visibility of preset', function() {
|
||||
it('sets/gets addability of preset', function() {
|
||||
var preset = iD.presetPreset('test', {}, false);
|
||||
expect(preset.addable()).to.be.false;
|
||||
preset.addable(true);
|
||||
|
||||
Reference in New Issue
Block a user