Skip to content

Commit

Permalink
Remove unnecessary markup from unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo authored Dec 3, 2021
1 parent 00e2c62 commit 6b92c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/card/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ describe( 'Card', () => {
</Card>
);
const { container: containerExtraSmall } = render(
<Card isBorderless={ false } size="extraSmall">
<Card size="extraSmall">
<CardHeader>Header</CardHeader>
<CardBody>Body</CardBody>
<CardFooter>Footer</CardFooter>
Expand Down

0 comments on commit 6b92c49

Please sign in to comment.