Skip to content

Commit

Permalink
Fix typo in Suggest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ggdouglas committed Oct 31, 2024
1 parent 5b8c385 commit 25f1aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/select/test/suggestTests.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ describe("Suggest", () => {
});

function suggest(props: Partial<SuggestProps<Film, readonly Film[]>> = {}) {
return mount<SuggestProps<Film, readonly Film[]>>(<Suggest {...defaultProps} {...handlers} {...props} />, {
return mount<Suggest<Film>>(<Suggest {...defaultProps} {...handlers} {...props} />, {
attachTo: testsContainerElement,
});
}
Expand Down

0 comments on commit 25f1aa5

Please sign in to comment.