Skip to content

Commit 64ac63c

Browse files
author
Said Shah
committed
Formatting
1 parent 964dade commit 64ac63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/atoms/typography/paragraph.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe("Paragraph", () => {
1818
test("when given cssClassName prop, renders paragraph with given class name", () => {
1919
// Act
2020
const expected = faker.random.words();
21-
const testClassName = faker.random.word();
21+
const testClassName = faker.random.word().replace(/ /, "");
2222

2323
// Arrange
2424
const { container } = render(

0 commit comments

Comments
 (0)