Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Sep 11, 2024
1 parent 7e677a4 commit 493d12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/IconButton/IconButton.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ describe('<IconButton />', () => {
},
})}
>
<IconButton>book</IconButton>,
<IconButton TouchRippleProps={{ className: 'touch-ripple' }}>book</IconButton>,
</ThemeProvider>,
);
await ripple.startTouch(getByRole('button'));
Expand Down

0 comments on commit 493d12c

Please sign in to comment.