mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
feat(mobile): lose filter param in mergedBucket query test
This commit is contained in:
parent
6d989939c6
commit
77eff13f60
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ void main() {
|
|||
),
|
||||
);
|
||||
|
||||
final buckets = await db.mergedAssetDrift.mergedBucket(groupBy: GroupAssetsBy.day.index, userIds: [userId], filter: AssetOriginFilter.all.index).get();
|
||||
final buckets = await db.mergedAssetDrift.mergedBucket(groupBy: GroupAssetsBy.day.index, userIds: [userId]).get();
|
||||
|
||||
expect(buckets, hasLength(1));
|
||||
expect(buckets.single.assetCount, 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue