Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Sep 8, 2023
1 parent 4b0a197 commit b2d20f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/Modal/Modal.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ describe('<Modal />', () => {
});
});

it.only('should not warn when onTransitionEnter and onTransitionExited are provided', () => {
it('should not warn when onTransitionEnter and onTransitionExited are provided', () => {
expect(() => {
render(
<Modal open onTransitionEnter={() => {}} onTransitionExited={() => {}}>
Expand Down

0 comments on commit b2d20f0

Please sign in to comment.