Skip to content

Commit 0b62082

Browse files
committed
feat: implement coderabbit comment
1 parent b86a937 commit 0b62082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/components/sections/homepage/_partials/Stories.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const fixtureTestimonials = {
99
};
1010

1111
describe("Stories", () => {
12-
it("should display the storis", () => {
12+
it("should display the stories", () => {
1313
render(<TestimonialsSection testId="testimonialsId" list={[fixtureTestimonials]} />);
1414
expect(screen.getByTestId("testimonialsId")).toBeInTheDocument();
1515
const mockGrid = _.chunk([fixtureTestimonials], 5);

0 commit comments

Comments
 (0)