Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Aug 2, 2022
1 parent a903495 commit 13398a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-system/src/createStyled.test.js
Expand Up @@ -294,7 +294,7 @@ describe('createStyled', () => {
const styled = createStyled({});
const Button = styled('button')({});

const { container } = render(<Button ownerState={{}} color />);
const { container } = render(<Button ownerState={{}} />);
expect(container.firstChild).not.to.have.attribute('ownerState');
});

Expand Down

0 comments on commit 13398a3

Please sign in to comment.