Skip to content

Commit

Permalink
fix: fix the tests accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
shootermv committed Aug 14, 2024
1 parent f38b173 commit aecc447
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/__tests__/SelectCategory.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ describe("SelectCategory", () => {
<SelectCategory
selectQuiz={undefined}
category={""}
selectQuizNumber={undefined}
startRandomQuiz={undefined}
/>
);
Expand All @@ -35,7 +34,6 @@ describe("SelectCategory", () => {
<SelectCategory
selectQuiz={undefined}
category={""}
selectQuizNumber={undefined}
startRandomQuiz={undefined}
/>
);
Expand Down

0 comments on commit aecc447

Please sign in to comment.