Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mendrew committed Jul 25, 2024
1 parent f22d2f4 commit 4b42895
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -845,8 +845,8 @@ describe('CustomSelect', () => {
labelTextTestId="labelTextTestId"
initialValue="0"
options={[
{ value: 0, label: 'Mike' },
{ value: 1, label: 'Josh' },
{ value: '0', label: 'Mike' },
{ value: '1', label: 'Josh' },
]}
onChangeStub={onChangeStub}
/>,
Expand Down

0 comments on commit 4b42895

Please sign in to comment.