Skip to content

Commit 1294ee3

Browse files
committed
fix: fix typo
1 parent afb6de1 commit 1294ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/select/__tests__/select.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ describe("Select virtualization tests", () => {
10071007
const visibleItems = wrapper.getAllByRole("option");
10081008

10091009
expect(visibleItems.length).toBeGreaterThan(0);
1010-
/* Virtualized list will have listitems less than 100 */
1010+
/* Virtualized list will have listitems less than 300 */
10111011
expect(visibleItems.length).toBeLessThan(300);
10121012
});
10131013

0 commit comments

Comments
 (0)