Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vinroger committed Dec 1, 2024
1 parent afb6de1 commit 1294ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/select/__tests__/select.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ describe("Select virtualization tests", () => {
const visibleItems = wrapper.getAllByRole("option");

expect(visibleItems.length).toBeGreaterThan(0);
/* Virtualized list will have listitems less than 100 */
/* Virtualized list will have listitems less than 300 */
expect(visibleItems.length).toBeLessThan(300);
});

Expand Down

0 comments on commit 1294ee3

Please sign in to comment.