Skip to content

Commit c0158f6

Browse files
author
Said Shah
committed
Alphabetization
1 parent fa92be0 commit c0158f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/molecules/form-fields/checkbox-form-field.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ describe("CheckboxFormField", () => {
4343
test("when onChange set, calls handler upon change", () => {
4444
// Arrange
4545
let isChecked = false;
46-
const label = faker.random.word();
4746
const handleChange = () => (isChecked = true);
47+
const label = faker.random.word();
4848

4949
// Act
5050
const { getByText } = render(

0 commit comments

Comments
 (0)