diff --git a/tests/main.test.ts b/tests/main.test.ts index c4d7a08..78de1fd 100644 --- a/tests/main.test.ts +++ b/tests/main.test.ts @@ -164,9 +164,9 @@ function createContextInner( organization: { login: STRINGS.USER_1 } as Context["payload"]["organization"], } as Context["payload"], config: { - warningThreshold: 0.1, - matchThreshold: 0.4, - jobMatchingThreshold: 0.4, + warningThreshold: 0.75, + matchThreshold: 0.9, + jobMatchingThreshold: 0.75, }, adapters: {} as Context["adapters"], logger: new Logs("debug"),