Skip to content

Commit

Permalink
update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
kfbustam committed Dec 9, 2024
1 parent 729e7bb commit da193bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/platforms/github/_tests/_github_api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ new file mode 0

it("getPullRequestComment gets only comments for given Pull Request", async () => {
api.getAllOfResource = await requestWithFixturedJSON("github_pr_comments_with_danger.json")
api.fetch = jest.fn().mockReturnValue({ ok: true })
api.getPullRequestInfo = await requestWithFixturedJSON("github_pr.json")

const comments = await api.getPullRequestComments()
Expand Down

0 comments on commit da193bd

Please sign in to comment.