Skip to content

Commit

Permalink
Update packages/material-ui/src/NativeSelect/NativeSelectInput.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com>
  • Loading branch information
baterson and oliviertassinari committed Oct 6, 2020
1 parent 5156c8a commit e43681e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ describe('<NativeSelectInput />', () => {
});

it('should apply filled class', () => {
const filled = '.filled';
const filled = 'filled';
const { container } = render(
<NativeSelectInput
{...defaultProps}
Expand Down

0 comments on commit e43681e

Please sign in to comment.