aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/client/sync/crdt/concurrent-edits.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/sync/crdt/concurrent-edits.test.ts')
-rw-r--r--src/client/sync/crdt/concurrent-edits.test.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/sync/crdt/concurrent-edits.test.ts b/src/client/sync/crdt/concurrent-edits.test.ts
index d55b233..e9d7b58 100644
--- a/src/client/sync/crdt/concurrent-edits.test.ts
+++ b/src/client/sync/crdt/concurrent-edits.test.ts
@@ -34,6 +34,7 @@ function createTestDeck(overrides: Partial<LocalDeck> = {}): LocalDeck {
userId: "user-1",
name: "Test Deck",
description: null,
+ defaultNoteTypeId: null,
createdAt: now,
updatedAt: now,
deletedAt: null,