fix tests

This commit is contained in:
sbriat 2023-09-06 16:57:22 +02:00
parent 61a1d56717
commit 57fe8d417f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ export abstract class Algorithm {
) {} ) {}
/** /**
* Filter candidates that matches the query * Return Ads that matches the query as Matches
*/ */
match = async (): Promise<MatchEntity[]> => { match = async (): Promise<MatchEntity[]> => {
this.candidates = await this.selector.select(); this.candidates = await this.selector.select();