diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/mocks/ipc.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mocks/ipc.js b/test/mocks/ipc.js index 25c8cdf7fa..bd99b8d680 100644 --- a/test/mocks/ipc.js +++ b/test/mocks/ipc.js @@ -14,6 +14,7 @@ export function newMockIpc() { const mockIpc: IpcFacade & MockIpc = { + setConnectionString: (_str: string) => {}, getAccountData: () => { return new Promise(r => r({ paid_until: '', |
