Skip to content

Commit 98b66d9

Browse files
author
Said Shah
committed
formatting
1 parent abaeade commit 98b66d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/molecules/forms/form.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe("Form", () => {
4141

4242
test("when given prop cssClassName, renders with class name", () => {
4343
// Arrange
44-
const randomClassName = faker.random.word();
44+
const randomClassName = faker.random.word().replace(/ /, "");
4545

4646
// Act
4747
const { container } = render(

0 commit comments

Comments
 (0)