Skip to content

Commit

Permalink
Update Pagination.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Mar 23, 2020
1 parent 48454eb commit aebb956
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui-lab/src/Pagination/Pagination.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ describe('<Pagination />', () => {

expect(handleChange.callCount).to.equal(1);
});

it('renders controls with correct order in rtl theme', () => {
const { getAllByRole } = render(
<ThemeProvider
Expand Down

0 comments on commit aebb956

Please sign in to comment.