Skip to content

Commit 512540b

Browse files
Update polaris-react/src/components/IndexTable/components/Checkbox/tests/Checkbox.test.tsx
Co-authored-by: Chloe Rice <[email protected]>
1 parent 5a39a05 commit 512540b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polaris-react/src/components/IndexTable/components/Checkbox/tests/Checkbox.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ describe('<Checkbox />', () => {
155155
);
156156
});
157157

158-
it('does not set sets `--pc-checkbox-offset` custom property when position is above 1', () => {
158+
it('does not set `--pc-checkbox-offset` custom property when position is above 1', () => {
159159
mountWithTable(<Checkbox />, {
160160
...defaultTableProps,
161161
rowProps: {position: 1},

0 commit comments

Comments
 (0)