Skip to content

Commit

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

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

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

contactPayloadModify: (call, callback) => {
void call
void callback
Expand Down

0 comments on commit 17b2f19

Please sign in to comment.