diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-08-24 22:05:31 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-08-24 22:05:31 +0200 |
| commit | dc3fdd74ee240227a23a5fd4e7ce45b17cfe7cbb (patch) | |
| tree | d7353b3beba6ef6470b68c6077e60af11e39c927 /test/mocks/ipc.js | |
| parent | adc86a0de57367d0243a4f7dc08c87840f421b39 (diff) | |
| parent | 81cc03093c05d54d79804595dd0354b1f878cdcd (diff) | |
| download | mullvadvpn-dc3fdd74ee240227a23a5fd4e7ce45b17cfe7cbb.tar.xz mullvadvpn-dc3fdd74ee240227a23a5fd4e7ce45b17cfe7cbb.zip | |
Merge branch 'rename-to-expiry'
Diffstat (limited to 'test/mocks/ipc.js')
| -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: () => { |
