mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix line breaks
This commit is contained in:
parent
bedb5c8741
commit
558e1e7654
1 changed files with 5 additions and 1 deletions
|
|
@ -84,7 +84,11 @@ void main() {
|
|||
when(() => mockSyncStreamRepo.updateAssetFacesV1(any())).thenAnswer(successHandler);
|
||||
when(() => mockSyncStreamRepo.deleteAssetFacesV1(any())).thenAnswer(successHandler);
|
||||
|
||||
sut = SyncStreamService(syncApiRepository: mockSyncApiRepo, syncStreamRepository: mockSyncStreamRepo, assetService: mockAssetService);
|
||||
sut = SyncStreamService(
|
||||
syncApiRepository: mockSyncApiRepo,
|
||||
syncStreamRepository: mockSyncStreamRepo,
|
||||
assetService: mockAssetService,
|
||||
);
|
||||
});
|
||||
|
||||
Future<void> simulateEvents(List<SyncEvent> events) async {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue