From d9e8026e37b9c14311a9abad8f113600a6ad370b Mon Sep 17 00:00:00 2001 From: idubnori Date: Wed, 8 Oct 2025 04:07:33 +0200 Subject: [PATCH] fix: unit test fails --- server/test/small.factory.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server/test/small.factory.ts b/server/test/small.factory.ts index 04654552a3..e6b55b608a 100644 --- a/server/test/small.factory.ts +++ b/server/test/small.factory.ts @@ -242,6 +242,7 @@ const activityFactory = (activity: Partial = {}) => { userId, user: userFactory({ id: userId }), assetId: newUuid(), + assetIds: null, albumId: newUuid(), createdAt: newDate(), updatedAt: newDate(),