Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanTamboli committed Dec 18, 2024
1 parent 52912dd commit 8511dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/Collapse/Collapse.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ describe('<Collapse />', () => {
}

const { container } = render(
<Collapse in={true} ownerState={{}}>
<Collapse in ownerState={{}}>
<div style={{ height: '100px' }} />
</Collapse>,
);
Expand Down

0 comments on commit 8511dc8

Please # to comment.