aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/client/pages/DeckCardsPage.test.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/pages/DeckCardsPage.test.tsx')
-rw-r--r--src/client/pages/DeckCardsPage.test.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/pages/DeckCardsPage.test.tsx b/src/client/pages/DeckCardsPage.test.tsx
index 48cc0e3..16916df 100644
--- a/src/client/pages/DeckCardsPage.test.tsx
+++ b/src/client/pages/DeckCardsPage.test.tsx
@@ -75,6 +75,8 @@ const mockDeck = {
description: "Common Japanese words",
dueCardCount: 0,
newCardCount: 0,
+ totalCardCount: 0,
+ reviewCardCount: 0,
createdAt: "2024-01-01T00:00:00Z",
updatedAt: "2024-01-01T00:00:00Z",
};