diff --git a/test/chosenOptions/width.spec.js b/test/chosenOptions/width.spec.js index a9012b2..5638da0 100644 --- a/test/chosenOptions/width.spec.js +++ b/test/chosenOptions/width.spec.js @@ -6,6 +6,6 @@ describe('Chosen options: width', function () { }); it('sets the dropdown width', function () { - expect(chosenSelectHelper.chosenContainer().attr('style')).toBe('width: 250;'); + expect(chosenSelectHelper.chosenContainer().attr('style')).toContain('width: 250'); }); });