aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/client/db/index.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/db/index.test.ts')
-rw-r--r--src/client/db/index.test.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/db/index.test.ts b/src/client/db/index.test.ts
index a30f94b..0a4882d 100644
--- a/src/client/db/index.test.ts
+++ b/src/client/db/index.test.ts
@@ -132,8 +132,8 @@ describe("KiokuDatabase", () => {
const testCard: LocalCard = {
id: "card-1",
deckId: "deck-1",
- noteId: null,
- isReversed: null,
+ noteId: "test-note-id",
+ isReversed: false,
front: "Question",
back: "Answer",
state: CardState.New,