From 17b2f19b75b164bd71cd3cc429f5516abdccf7c5 Mon Sep 17 00:00:00 2001 From: NickWang Date: Tue, 21 Nov 2023 00:46:26 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=F0=9F=92=8D=20fix=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/puppet-server-impl.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests/puppet-server-impl.ts b/tests/puppet-server-impl.ts index f54ff17..14495e4 100644 --- a/tests/puppet-server-impl.ts +++ b/tests/puppet-server-impl.ts @@ -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