From 1c9fef008b8b9f926537767bc19692f04449a9a2 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Tue, 28 Nov 2023 09:18:39 +0100 Subject: [PATCH] test: update test for pull request comments --- tests/unit/pull-request.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/pull-request.test.ts b/tests/unit/pull-request.test.ts index 6fb3a72..57204c9 100644 --- a/tests/unit/pull-request.test.ts +++ b/tests/unit/pull-request.test.ts @@ -102,7 +102,7 @@ describe('Pull Request class', () => { }); it('can create comment', async context => { - await context.pr.addComment('some comment', context.pr.octokit); + await context.pr.addComment('some comment'); }); it('can set status', async context => {