Skip to content

Commit b4550eb

Browse files
author
Said Shah
committed
Changed test verbage
1 parent 734e33c commit b4550eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/molecules/link-card/link-card.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { LinkCard } from "./link-card";
44
import { TestUtils } from "../../tests/test-utils";
55

66
describe("LinkCard", () => {
7-
test("When default props renders children", () => {
7+
test("When default props, renders LinkCard", () => {
88
// Arrange
99
const expected = faker.random.words();
1010
const label = faker.random.words();

0 commit comments

Comments
 (0)