update tests

This commit is contained in:
Jake Hiller 2020-06-25 01:30:25 -04:00
parent 8c58ada506
commit a4ce3ea5b0

View file

@ -80,7 +80,7 @@ it("updateComment", async () => {
).toBeUndefined();
expect(octokit.issues.updateComment).toBeCalledWith({
comment_id: 456,
body: "hello there\nhello there\n<!-- Sticky Pull Request CommentTypeA -->"
body: "hello there\n<!-- Sticky Pull Request CommentTypeA -->\nhello there"
});
});
it("createComment", async () => {