Skip to content

Commit a2adea0

Browse files
authored
Update packages/material-ui/src/Rating/Rating.test.js
1 parent d8a371b commit a2adea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/material-ui/src/Rating/Rating.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe('<Rating />', () => {
2121
mount,
2222
render,
2323
muiName: 'MuiRating',
24-
textVariantProps: { variant: 'foo' },
24+
testVariantProps: { variant: 'foo' },
2525
testDeepOverrides: { slotName: 'label', slotClassName: classes.label },
2626
testStateOverrides: { prop: 'size', value: 'small', styleKey: 'sizeSmall' },
2727
refInstanceof: window.HTMLSpanElement,

0 commit comments

Comments
 (0)