Skip to content

Commit 8be968d

Browse files
author
Said Shah
committed
Text changes
1 parent cda460f commit 8be968d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/atoms/forms/select.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ describe("Select", () => {
4848
expect(isChecked).toBeTrue();
4949
});
5050

51-
test("when given cssClassName prop, renders with class name", () => {
51+
test("when cssClassName set, renders with class name", () => {
5252
// Arrange
5353
const expected = faker.random.word();
5454
const testLabel = faker.random.word();

0 commit comments

Comments
 (0)