Skip to content

Commit 9bc4549

Browse files
committed
fix linter warning
1 parent 3ba4a6d commit 9bc4549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SvgIcon/SvgIcon.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ describe('SvgIcon', () => {
2121
it('should accept an SVG as a component', createTest(() => {
2222
const wrapper = mount(<SvgIcon component={Add} />);
2323
assert(wrapper.find(Add).length === 1);
24-
assert(wrapper.find(Add).props().focusable === "false");
24+
assert(wrapper.find(Add).props().focusable === 'false');
2525
}));
2626
});

0 commit comments

Comments
 (0)