Skip to content

Commit

Permalink
fix: correct input unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewalczak committed Oct 17, 2022
1 parent 6de64d0 commit 06831c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/__tests__/TextInput.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ it('correctly applies padding offset to input label on Android when LTR', () =>
mode={mode}
multiline
label="Flat input"
testID={'text-input'}
testID={`text-input-${mode}`}
style={style.lineHeight}
textColor={'purple'}
/>
Expand Down

0 comments on commit 06831c9

Please sign in to comment.