Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Oct 24, 2024
1 parent cfc0758 commit 4e3c15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/Rating/Rating.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function RatingTest() {
<Rating />
<Rating precision={0.5} />

<Rating children={children} />
<Rating>{children}</Rating>
<Rating
onChange={(event, value) => {
expectType<number | null, typeof value>(value);
Expand Down

0 comments on commit 4e3c15c

Please sign in to comment.