From a4ce3ea5b07fcbbe34ad3ad070e24de459011502 Mon Sep 17 00:00:00 2001 From: Jake Hiller Date: Thu, 25 Jun 2020 01:30:25 -0400 Subject: [PATCH] update tests --- __tests__/comment.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/comment.test.ts b/__tests__/comment.test.ts index 18faab0..8dca126 100644 --- a/__tests__/comment.test.ts +++ b/__tests__/comment.test.ts @@ -80,7 +80,7 @@ it("updateComment", async () => { ).toBeUndefined(); expect(octokit.issues.updateComment).toBeCalledWith({ comment_id: 456, - body: "hello there\nhello there\n" + body: "hello there\n\nhello there" }); }); it("createComment", async () => {