Skip to content

Commit

Permalink
[test] Fix defaultProps overriding props
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Feb 26, 2020
1 parent 4fba0da commit a084239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/test/typescript/components.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -794,12 +794,12 @@ const StepperTest = () =>
};
return (
<MobileStepper
{...defaultProps}
variant="dots"
steps={6}
position="static"
activeStep={this.state.activeStep}
className={classes.root}
{...defaultProps}
/>
);
}
Expand Down

0 comments on commit a084239

Please sign in to comment.