Skip to content

Commit

Permalink
update mock
Browse files Browse the repository at this point in the history
  • Loading branch information
mertalev committed Sep 30, 2024
1 parent d473e65 commit 88a447b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/test/repositories/search.repository.mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const newSearchRepositoryMock = (): Mocked<ISearchRepository> => {
searchSmart: vitest.fn(),
searchDuplicates: vitest.fn(),
searchFaces: vitest.fn(),
searchRandom: vitest.fn(),
upsert: vitest.fn(),
searchPlaces: vitest.fn(),
getAssetsByCity: vitest.fn(),
Expand Down

0 comments on commit 88a447b

Please sign in to comment.