Update test label wording

This commit is contained in:
Quincy Morgan
2020-01-15 14:31:19 -05:00
parent 41355bf2a0
commit 7700fac66a

View File

@@ -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);