mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore: deflake album to asset backfill sync test (#30417)
This commit is contained in:
parent
6e1e79585e
commit
7c44c29a8f
1 changed files with 2 additions and 0 deletions
|
|
@ -161,12 +161,14 @@ describe(SyncRequestType.AlbumToAssetsV1, () => {
|
|||
|
||||
// backfill needs assets with an older updateId
|
||||
const { asset: sharedAsset1 } = await ctx.newAsset({ ownerId: user2.id });
|
||||
await wait(2);
|
||||
const { asset: sharedAsset2 } = await ctx.newAsset({ ownerId: user2.id });
|
||||
|
||||
await wait(2);
|
||||
|
||||
const { album: sharedAlbum } = await ctx.newAlbum({ ownerId: user2.id });
|
||||
await ctx.newAlbumAsset({ albumId: sharedAlbum.id, assetId: sharedAsset1.id });
|
||||
await wait(2);
|
||||
await ctx.newAlbumAsset({ albumId: sharedAlbum.id, assetId: sharedAsset2.id });
|
||||
|
||||
await wait(2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue