Skip to content

Commit 0333dda

Browse files
committed
test: add type field to schema test fixtures
1 parent d47c0d4 commit 0333dda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/db/__tests__/schema.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ describe("Database Schema (db/schema.ts)", () => {
217217
folderId: "folder-uuid",
218218
title: "My Note",
219219
content: "Note content",
220+
type: "note",
220221
encryptedTitle: null,
221222
encryptedContent: null,
222223
iv: null,
@@ -242,6 +243,7 @@ describe("Database Schema (db/schema.ts)", () => {
242243
folderId: null,
243244
title: "Unfiled Note",
244245
content: "Content",
246+
type: "note",
245247
encryptedTitle: null,
246248
encryptedContent: null,
247249
iv: null,

0 commit comments

Comments
 (0)