mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	fix: reload assets from typesense results (#2615)
* fix: reload assets from typesense results * chore: coverage
This commit is contained in:
		@@ -2,7 +2,7 @@ import { IAssetRepository } from '../src';
 | 
			
		||||
 | 
			
		||||
export const newAssetRepositoryMock = (): jest.Mocked<IAssetRepository> => {
 | 
			
		||||
  return {
 | 
			
		||||
    getByIds: jest.fn(),
 | 
			
		||||
    getByIds: jest.fn().mockResolvedValue([]),
 | 
			
		||||
    getWithout: jest.fn(),
 | 
			
		||||
    getWith: jest.fn(),
 | 
			
		||||
    getFirstAssetForAlbumId: jest.fn(),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user