fix repository signature in unit test

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

View File

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

View File

@ -54,6 +54,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(),