Skip to content

Commit

Permalink
updating test
Browse files Browse the repository at this point in the history
  • Loading branch information
bvandenbos committed May 3, 2017
1 parent 445b3dd commit f0579d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/slider-test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ describe('<Slider />', () => {

slider.setProps({ values: [50] });

assert(onChange.callCount === 1, 'updateNewValues was not called');
assert(onChange.callCount === 1, 'updateNewValues was called');
});

it('should not update values if they are the same', () => {
Expand Down

0 comments on commit f0579d5

Please sign in to comment.