Skip to content

Commit

Permalink
Fix case expectation for Playwright results
Browse files Browse the repository at this point in the history
  • Loading branch information
kdid committed Aug 27, 2024
1 parent 4a7f193 commit 2dc3ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Search/Results.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const SearchResults: React.FC<SearchResultsState> = ({
{!isAI &&
(totalResults ? (
<ResultsMessage data-testid="results-count">
{pluralize("Result", totalResults)}
{pluralize("result", totalResults)}
</ResultsMessage>
) : (
<NoResultsMessage>
Expand Down

0 comments on commit 2dc3ac2

Please sign in to comment.