diff --git a/test/spec/presets/preset.js b/test/spec/presets/preset.js index d8a53c1ca..7484f8f7e 100644 --- a/test/spec/presets/preset.js +++ b/test/spec/presets/preset.js @@ -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);