Skip to content

Commit

Permalink
[Collapse] Test component prop
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Apr 3, 2019
1 parent e7faa3d commit 3c05000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/Collapse/Collapse.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('<Collapse />', () => {
inheritComponent: 'Transition',
mount,
refInstanceof: window.HTMLDivElement,
testComponentPropWith: false,
testComponentPropWith: 'span',
}));

it('should render a container around the wrapper', () => {
Expand Down

0 comments on commit 3c05000

Please sign in to comment.