Skip to content

Commit

Permalink
fix expected className
Browse files Browse the repository at this point in the history
  • Loading branch information
kodai3 committed Aug 2, 2020
1 parent ce8f1b0 commit 13780ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/Badge/Badge.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,6 @@ describe('<Badge />', () => {
expect(findBadge(wrapper.container)).to.have.text('');
expect(findBadge(wrapper.container)).to.have.class(classes.colorSecondary);
expect(findBadge(wrapper.container)).to.have.class(classes.dot);
expect(findBadge(wrapper.container)).to.have.class(classes.anchorOriginTopRightRectangle);
expect(findBadge(wrapper.container)).to.have.class(classes.anchorOriginTopRightRectangular);
});
});

0 comments on commit 13780ed

Please sign in to comment.