fix repository signature in unit test

This commit is contained in:
Sylvain Briat 2023-10-31 16:34:00 +01:00
parent eec9e38b62
commit 07e44a259b
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ const mockMatcherRepository: AdRepositoryPort = {
insertExtra: jest.fn(),
findOneById: jest.fn(),
findOne: jest.fn(),
findAll: jest.fn(),
insert: jest.fn(),
update: jest.fn(),
updateWhere: jest.fn(),