Skip to content

Commit 1bf30c7

Browse files
author
Said Shah
committed
Updated text for css class name test
1 parent 64ac63c commit 1bf30c7

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().replace(/ /, "");
21+
const testClassName = "testClassName";
2222

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

0 commit comments

Comments
 (0)