Skip to content

Commit

Permalink
feat(scroll): update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
larisa17 committed Oct 11, 2024
1 parent 19ed176 commit afd07f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platforms/src/CustomGithub/__tests__/github.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ describe("CustomGithubProvider verification", function () {
});
expect(fetchAndCheckCommitCountToRepositoryMock).toHaveBeenCalledWith(
mockGithubContext,
3,
1,
3,
"passportxyz/passport",
undefined
Expand All @@ -147,7 +147,7 @@ describe("CustomGithubProvider verification", function () {
condition: {
repository_commit_count: {
repository: "passportxyz/passport",
threshold: 3,
threshold: 1,
cutoff_date: "2021-10-05T14:48:00.000Z",
},
},
Expand Down Expand Up @@ -189,7 +189,7 @@ describe("CustomGithubProvider verification", function () {
});
expect(fetchAndCheckCommitCountToRepositoryMock).toHaveBeenCalledWith(
mockGithubContext,
3,
1,
3,
"passportxyz/passport",
new Date("2021-10-05T14:48:00.000Z")
Expand Down

0 comments on commit afd07f3

Please sign in to comment.