diff --git a/test/specs/dom_components/view/ComponentV.js b/test/specs/dom_components/view/ComponentV.js index 26bd5d0b9..c7cd2edec 100644 --- a/test/specs/dom_components/view/ComponentV.js +++ b/test/specs/dom_components/view/ComponentV.js @@ -77,7 +77,7 @@ module.exports = { it('Clean style', () => { model.set('style', { color: 'red'}); model.set('style', {}); - expect(view.el.getAttribute('style')).toEqual(''); + expect(view.el.getAttribute('style')).toEqual(null); }); it('Get style string', () => {