Skip to content

Commit 37078c1

Browse files
committed
Lint
1 parent d2e468b commit 37078c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-aria/slider/test/useSlider.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ describe('useSlider', () => {
3030
label: 'Slider'
3131
});
3232

33-
let {props: {labelProps, containerProps}, inputProps} = result.current;
33+
let {props: {labelProps, containerProps}} = result.current;
3434

3535
expect(containerProps.role).toBe('group');
3636
expect(labelProps.htmlFor).toBe(undefined); // https://bugs.webkit.org/show_bug.cgi?id=172464

0 commit comments

Comments
 (0)