Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
kfbustam committed Dec 9, 2024
1 parent 7a4fedd commit 729e7bb
Showing 1 changed file 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.getPullRequestInfo = await requestWithFixturedJSON("github_pr.json")

const comments = await api.getPullRequestComments()

Expand Down

0 comments on commit 729e7bb

Please sign in to comment.