Skip to content

Commit 729e7bb

Browse files
committed
update test
1 parent 7a4fedd commit 729e7bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/platforms/github/_tests/_github_api.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ new file mode 0
122122

123123
it("getPullRequestComment gets only comments for given Pull Request", async () => {
124124
api.getAllOfResource = await requestWithFixturedJSON("github_pr_comments_with_danger.json")
125+
api.getPullRequestInfo = await requestWithFixturedJSON("github_pr.json")
125126

126127
const comments = await api.getPullRequestComments()
127128

0 commit comments

Comments
 (0)