Skip to content

Commit

Permalink
Don't need to reset onChange spy
Browse files Browse the repository at this point in the history
  • Loading branch information
banderson committed Jul 30, 2017
1 parent 3779f38 commit a6992e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/Select-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2051,8 +2051,6 @@ describe('Select', () => {
{ value: 'four', label: 'Four' }
];

onChange.reset();

// Render an instance of the component
wrapper = createControlWithWrapper({
value: '',
Expand Down

0 comments on commit a6992e8

Please sign in to comment.