mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-14 12:31:14 +00:00
update tests
This commit is contained in:
parent
8c58ada506
commit
a4ce3ea5b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue