Skip to content

Commit de01f35

Browse files
author
Said Shah
committed
formatting
1 parent 9e1bd04 commit de01f35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/atoms/forms/text-input.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ describe("TextInput", () => {
4949
// Act
5050
const { getByTestId } = render(
5151
<TextInput
52-
testId={dataTestId}
53-
onChange={() => {}}
5452
id={uuid()}
5553
maxLength={maximumLength}
54+
onChange={() => {}}
55+
testId={dataTestId}
5656
/>
5757
);
5858

0 commit comments

Comments
 (0)