fix merge

This commit is contained in:
Alex Tran
2023-11-28 23:04:27 -06:00
parent e24af0d512
commit 5da036ba00

View File

@@ -2,8 +2,6 @@ import { IMetadataRepository } from '@app/domain';
export const newMetadataRepositoryMock = (): jest.Mocked<IMetadataRepository> => {
return {
deleteCache: jest.fn(),
getExifTags: jest.fn(),
init: jest.fn(),
teardown: jest.fn(),
reverseGeocode: jest.fn(),