Skip to content

Commit

Permalink
Update src/components/Task/Modal/Form/Inputs/ResultAutocomplete/Resul…
Browse files Browse the repository at this point in the history
…tAutocomplete.test.tsx

Co-authored-by: Bizz (Daniel Bisgrove) <[email protected]>
  • Loading branch information
wjames111 and dr-bizz authored Oct 23, 2024
1 parent 9d1f9da commit a722e46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ describe('ResultSelect', () => {
phaseData,
});
});
it('Preselects result when only one result available', () => {
it('preselects a result when only one result is available', () => {
const { getByRole } = render(
<Components availableResults={[ResultEnum.Attempted]} />,
);
Expand Down

0 comments on commit a722e46

Please sign in to comment.