Skip to content

Commit 99dbbfb

Browse files
fix: type error
1 parent 6e217d1 commit 99dbbfb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

__tests__/api-helper1.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ const createCommitResponse: GitCreateCommitResponseData = {
6262
signature: '',
6363
verified: true,
6464
},
65+
'html_url': '',
6566
};
6667

6768
describe('ApiHelper', () => {

__tests__/api-helper2.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ const createCommitResponse: GitCreateCommitResponseData = {
6363
signature: '',
6464
verified: true,
6565
},
66+
'html_url': '',
6667
};
6768

6869
describe('ApiHelper with params', () => {

0 commit comments

Comments
 (0)