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 => {