Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Jan 5, 2022
1 parent 28eb68a commit 350ce15
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/mui-material/src/Select/Select.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,10 +295,7 @@ describe('<Select />', () => {
describe('prop: defaultOpen', () => {
it('should be open on mount', () => {
const { getByRole } = render(<Select defaultOpen value="" />);
expect(getByRole('button')).to.have.attribute(
'aria-expanded',
'true',
);
expect(getByRole('button')).to.have.attribute('aria-expanded', 'true');
});
});

Expand Down

0 comments on commit 350ce15

Please sign in to comment.