Skip to content

Commit 51cc8f0

Browse files
committed
chore: fix typo
1 parent 73a37a8 commit 51cc8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/table/__tests__/columns-width.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ test('should respect minWidth when dynamically adding columns via visibleColumns
162162
expect(wrapper.findColumnHeaders().map(column => column.getElement().style.width)).toEqual([
163163
'100px', // original column unchanged
164164
'150px', // use minWidth because 150 > 80
165-
'180px', // sue width (minWidth defaults to width)
165+
'180px', // use width (minWidth defaults to width)
166166
'200px', // use minWidth because 200 > 180
167167
]);
168168
});

0 commit comments

Comments
 (0)