Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Marija Najdova <mnajdova@gmail.com>
  • Loading branch information
mnajdova authored Sep 26, 2022
1 parent db750d6 commit ee6b4d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mui-material/src/InputLabel/InputLabel.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ describe('<InputLabel />', () => {
});

describe('Emotion compatibility', () => {
it('classes.root should overwrite builtin styles.', () => {
it('classes.root should overwrite built-in styles.', () => {
const text = 'The label';

const { getByText } = render(
Expand All @@ -139,7 +139,7 @@ describe('<InputLabel />', () => {
expect(getComputedStyle(label).position).to.equal('static');
});

it('className should overwrite classes.root and builtin styles.', () => {
it('className should overwrite classes.root and built-in styles.', () => {
const text = 'The label';

const { getByText } = render(
Expand Down

0 comments on commit ee6b4d3

Please sign in to comment.