Skip to content

Commit

Permalink
Update Accordian.cy.tsx
Browse files Browse the repository at this point in the history
Signed-off-by: Makotogew <[email protected]>
  • Loading branch information
Makotogew authored Dec 9, 2024
1 parent f9f1acf commit c016e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/components/Accordian.cy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import mockNextRouter, { MockRouter } from '../plugins/mockNextRouterUtils';
interface AccordionItem {
question: string;
answer: string;
id: number;
id: number;
}

interface AccordionProps {
Expand Down

0 comments on commit c016e3e

Please sign in to comment.