mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-02-19 09:21:45 +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();
|
).toBeUndefined();
|
||||||
expect(octokit.issues.updateComment).toBeCalledWith({
|
expect(octokit.issues.updateComment).toBeCalledWith({
|
||||||
comment_id: 456,
|
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 () => {
|
it("createComment", async () => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue