Skip to content

Commit

Permalink
Update packages/mui-material/src/Slider/Slider.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova authored May 19, 2022
1 parent e635b36 commit 5ceaea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/Slider/Slider.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@ describe('<Slider />', () => {
);
fireEvent.touchMove(
document.body,
createTouches([{ identifier: 1, clientX: 31, clientY: 0 }]),
createTouches([{ identifier: 1, clientX: 40, clientY: 0 }]),
);
expect(handleChange.args[0][1]).to.deep.equal([15, 30]);
expect(handleChange.args[1][1]).to.deep.equal([30, 30]);
Expand Down

0 comments on commit 5ceaea4

Please sign in to comment.