Skip to content

Commit 24399d0

Browse files
author
Said Shah
committed
Updated text for css class name test
1 parent c01c764 commit 24399d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/atoms/forms/checkbox-button.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ describe("CheckboxButton", () => {
6666

6767
test("when cssClassName provided, assigned class property", () => {
6868
// Arrange
69-
const testClassName = faker.random.word().replace(/ /, "");
7069
const expected = faker.random.words();
70+
const testClassName = "testClassName";
7171

7272
// Act
7373
const { container } = render(

0 commit comments

Comments
 (0)