Skip to content

Commit

Permalink
fix: 🐛 test
Browse files Browse the repository at this point in the history
  • Loading branch information
hcfw007 committed Dec 6, 2023
1 parent 62e7c63 commit f9d7090
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/puppet-server-impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,12 @@ export const puppetServerImpl: IPuppetServer = {
throw new Error('not implemented.')
},

getContactExternalUserId: (call, callback) => {
void call
void callback
throw new Error('not implemented.')
},

download: (call) => {
void call
throw new Error('not implemented.')
Expand Down

0 comments on commit f9d7090

Please sign in to comment.