Skip to content

Commit

Permalink
fix: main.test.ts values
Browse files Browse the repository at this point in the history
  • Loading branch information
sshivaditya2019 authored Oct 2, 2024
1 parent 9d3bdbf commit cc96c8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit cc96c8f

Please sign in to comment.