Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Gillespie authored and Patrick Gillespie committed Sep 21, 2019
1 parent f7953de commit 58251c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/MUIDataTableBody.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ describe('<TableBody />', function() {
);

mountWrapper
.find('TableSelectCell')
.find('Memo(TableSelectCell)')
.first()
.find('input')
.simulate('click');
Expand Down Expand Up @@ -591,8 +591,9 @@ describe('<TableBody />', function() {
);

mountWrapper
.find('TableSelectCell')
.find('Memo(TableSelectCell)')
.first()
.find('td')
.simulate('click');

assert.strictEqual(options.onRowClick.callCount, 0);
Expand Down

0 comments on commit 58251c7

Please sign in to comment.