Skip to content

Commit

Permalink
[Stack] Fix unit test failure (#33588)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj authored Jul 20, 2022
1 parent c384078 commit c668efe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/mui-material/src/Stack/Stack.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ describe('<Stack />', () => {
},
},
display: 'flex',
flexDirection: 'column',
});

expect(
Expand Down Expand Up @@ -342,6 +343,7 @@ describe('<Stack />', () => {
},
},
display: 'flex',
flexDirection: 'column',
});
});
});
Expand Down

0 comments on commit c668efe

Please sign in to comment.