Skip to content

Commit

Permalink
test: update test for pull request comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Nov 28, 2023
1 parent 1de410a commit 1c9fef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/pull-request.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ describe('Pull Request class', () => {
});

it<TestContext>('can create comment', async context => {
await context.pr.addComment('some comment', context.pr.octokit);
await context.pr.addComment('some comment');
});

it<TestContext>('can set status', async context => {
Expand Down

0 comments on commit 1c9fef0

Please sign in to comment.