Skip to content

Commit

Permalink
split infinitive
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Sep 23, 2021
1 parent 5112e03 commit 6552202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/internal/SwitchBase.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ describe('<SwitchBase />', () => {
<SwitchBase icon="unchecked" checkedIcon="checked" type="checkbox" />,
);

expect(getByRole('checkbox')).to.not.have.property('value', '');
expect(getByRole('checkbox')).not.to.have.property('value', '');
});

it('allows to overwrite value', () => {
Expand Down

0 comments on commit 6552202

Please sign in to comment.