mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
synced 2026-01-01 04:32:41 +00:00
update packages
This commit is contained in:
@@ -274,9 +274,8 @@ describe('Ad repository', () => {
|
||||
});
|
||||
|
||||
it('should return an empty array of candidates if query does not return Ads', async () => {
|
||||
const candidates: AdEntity[] = await adRepository.getCandidateAds(
|
||||
'someQueryString',
|
||||
);
|
||||
const candidates: AdEntity[] =
|
||||
await adRepository.getCandidateAds('someQueryString');
|
||||
expect(candidates.length).toBe(0);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user