Skip to content

Commit

Permalink
Fix interface comment
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed Nov 24, 2023
1 parent 0b0b7ca commit 180e221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/github-utils.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ describe('src/github-utils', () => {
getOctokitStub.returns({
rest: {
git: {
// @ts-expect-error: missing properties from type 'RequestInterface<object>'
// @ts-expect-error: 'SinonStub<any[], any>' is missing properties from git.createRef
createRef: createRefStub,
},
},
Expand Down

0 comments on commit 180e221

Please sign in to comment.