Browse Source

fixed e2e

mertalev 1 year ago
parent
commit
3ff045ba0b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      server/test/repositories/smart-info.repository.mock.ts

+ 1 - 0
server/test/repositories/smart-info.repository.mock.ts

@@ -2,6 +2,7 @@ import { ISmartInfoRepository } from '@app/domain';
 
 export const newSmartInfoRepositoryMock = (): jest.Mocked<ISmartInfoRepository> => {
   return {
+    init: jest.fn(),
     searchCLIP: jest.fn(),
     searchFaces: jest.fn(),
     upsert: jest.fn(),