fix tests
This commit is contained in:
parent
61a1d56717
commit
57fe8d417f
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue