diff --git a/server/test/medium/specs/sync/sync-asset-ocr.spec.ts b/server/test/medium/specs/sync/sync-asset-ocr.spec.ts index ab2fa89544..7d43bc6eb1 100644 --- a/server/test/medium/specs/sync/sync-asset-ocr.spec.ts +++ b/server/test/medium/specs/sync/sync-asset-ocr.spec.ts @@ -336,8 +336,6 @@ describe(SyncEntityType.AssetOcrV1, () => { const ocrId = (response[0] as { data: { id: string } }).data.id; await ctx.syncAckAll(auth, response); - // Mirrors MediaService on edit/crop: an in-place UPDATE ... SET isVisible without deleting the row. - // This only reaches sync clients if the asset_ocr_updatedAt trigger bumps updateId. await ocrRepo.updateOcrVisibilities( asset.id, [],