Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Co-Authored-By: Prokop Simek <prokopsimek@users.noreply.github.com>
  • Loading branch information
adelkahomolova and prokopsimek authored Jan 9, 2020
1 parent b0942af commit adaab7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/helpers/bitbucketNock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export class BitbucketNock {
return BitbucketNock.get(baseUrl).reply(200, issue);
}

listIssueCommentsResponse(issueComment: Bitbucket.Schema.IssueComment[], issueId: number) {
listIssueCommentsResponse(issueComments: Bitbucket.Schema.IssueComment[], issueId: number) {
const baseUrl = `${this.url}/repositories/${this.user}/${this.repoName}/issues/${issueId}/comments`;

const response = bitbucketListIssueCommentsResponseFactory(issueComment);
Expand Down

0 comments on commit adaab7f

Please sign in to comment.