diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-11-17 09:49:46 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2017-11-23 12:40:26 +0100 |
| commit | 1c8d25391788d23cce0234f896c5490e4d11e92c (patch) | |
| tree | 0dc5f26127a1828ec6090a8979a8df59059f392e /test | |
| parent | 3b5ae5b7c7943fd83ee8c4b7dac3e13113f70e92 (diff) | |
| download | mullvadvpn-1c8d25391788d23cce0234f896c5490e4d11e92c.tar.xz mullvadvpn-1c8d25391788d23cce0234f896c5490e4d11e92c.zip | |
Rename get_ip -> get_public_ip
Diffstat (limited to 'test')
| -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 2bda0b3fd6..367332d3c6 100644 --- a/test/mocks/ipc.js +++ b/test/mocks/ipc.js @@ -44,7 +44,7 @@ export function newMockIpc() { shutdown: () => Promise.resolve(), - getIp: () => Promise.resolve('1.2.3.4'), + getPublicIp: () => Promise.resolve('1.2.3.4'), getLocation: () => Promise.resolve({ city: '', |
