Skip to content

Commit

Permalink
Better test name
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj committed Jul 19, 2022
1 parent 6d0edfb commit 1da1ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/Stack/Stack.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ describe('<Stack />', () => {
});
});

it('handles responsive `direction` prop when it does not start with the smallest breakpoint', () => {
it('should place correct margin direction even though breakpoints are not fully provided', () => {
expect(
style({
ownerState: {
Expand Down

0 comments on commit 1da1ffb

Please sign in to comment.