diff options
Diffstat (limited to 'test/mocks')
| -rw-r--r-- | test/mocks/ipc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocks/ipc.js b/test/mocks/ipc.js index c182d45d21..3acdc2f76d 100644 --- a/test/mocks/ipc.js +++ b/test/mocks/ipc.js @@ -18,7 +18,7 @@ export function newMockIpc() { getAccountData: (accountNumber) => { return new Promise(r => r({ accountNumber: accountNumber, - paid_until: '', + expiry: '', })); }, getAccount: () => { |
